How can I get the actor count in a level?

In Blueprint, there’s a node called “Get all actors of class”. It returns an array. Just read that array’s Length, that’s how many instances of that actor’s class there are in the world.

1 Like