I want to be able to have my game end when the player destroys all of the enemies on the map. Is there a way for me to actively check the number of instances of a specific actor are on the map and is there a way for me to end the game when that number reaches 0?
I’m just starting getting into blueprint scripting and I’m not too sure where to start with this.