How to set up a simple "if X actors are all destroyed, then" in level BP?

Not a very scalable solution. You can just use an array instead, or get actor by class and use that array, bind all of them in the single go on BeginPlay.

1 Like