You need to keep the actor management separate from the actor themselves.
So put all the stuff about counting and spawning in a central BP that you drop in the level. And just take a look ( on a timer ) how many target actors you have.
You need to keep the actor management separate from the actor themselves.
So put all the stuff about counting and spawning in a central BP that you drop in the level. And just take a look ( on a timer ) how many target actors you have.