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
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.