Get all instances of an Actor in the World?

Hello guys!

How could I get all instances of an Actor in the World?

For example, all the “Vault” constructed on the Island?

Event Graph > Right Click > Get all actors of class > Select class > ForEachLoop > …do whatever you want from here.

Use that node sparingly, and only when necessary, as if there are a lot of instances of the given class it can/will bog down servers/clients and possibly stall/crash them if done too often or the load is too intense for machines to handle.

-WM

Thx very much!

No problem, it’s for a custom item which is only placed by admin and ponctual use to reset all of them easily :slight_smile: