I used Blueprints to create a Monster Spawner that spawns multiple monsters at once, then placed multiple Monster Spawners in the level.
The problem I’m currently facing is:
I’m trying to spawn 3 monsters each in Monster Spawner 1 and Monster Spawner 2. Then suppose that 2 monsters are despawned in Monster Spawner 1 and 1 monster is despawned in Monster Spawner 2. Then I want to respawn 2 monsters in Monster Spawner 1 and 1 monster in Monster Spawner 2.
Assuming I used the same monster and the same Monster Spawner, how can I figure out how many monsters were despawned for each spawner?