I have a ForEachLoop the iterates over an array of actors, for some reason the number of iterations is less then the number of elements in array. To check i logged the lengh before the foreach loop, and checked the number of times i go through the loop body, this should be the same but is not. Am i possibly missing something here
Oops just figured this out right after posting this, I’m deleting elements while in loop body…