How do I get all actors that implement a specific interface?

The question as posted. There is a blueprint node called GetAllActorsOfClass, but I need a method along the lines of GetAllActorsoOfInterface. What is the best way to list all the actors in my map that implement a specific interface?

There is a node called GetAllActorsWithWithInterface :slight_smile:

Hope this helps
Don’t forget to accept an answer that best clears your question up or answers it so when the community finds your question in the future via search/google they know exactly what you did to fix it/get it going.

Ack! I was googling GetallactorsOFinterface. Sorry for the trivial question but many thanks for pointing that out. :slight_smile: