Learning Templates [Blueprint Power]

Just to update in case anyone else was having the same issue I was. The Blueprints in my image were working fine, it’s just that there’s code in the template that will automatically set a new bunch of aliens once all the other ones were destroyed (to set the next ‘level’), so destroying them all the way I had been was basically resetting the level too. I added a branch to check a game over bool before setting the aliens back and it worked.