Get overlapping actors returns random(ish) results?

Thank you for your reply. I’ve discovered that this is absolutely a bug. The for each loop doesn’t properly iterate through the output of get overlapping actors. However, If you add the additional step of promoting the output array to a variable and then call that variable for the for each loop, it functions as you would expect.