How do I destroy all actors in an array? [SOLVED]

Hi Gaimo_1

Destroying the actor removes it from the array, so it messes up the order - try using a “Reverse For Each Loop” instead.

5 Likes