How can I properly destroy actors from an array inside a loop

Had the same issue and solved it by running a reverse while loop. Thanks for the hint!