How can I get the actor count in a level?

You can check in the GameMode bp , in which use “Get all actor of class”.Do NOT use the construction script to implement this.Implement it in the Event Graph using Event Begin Play.Example .

2 Likes