Not really… in my scenario. Arrays are filled. I’m using it to check if it contains ‘self’ ( Owner ) .
And then I’m using it to cycle through Array to see where ( which Index ) owner is.
In picture… in red Box that I outlined as “3)” … reason why I’m “why should this ever run” is because if Array already contain Item. Why would manually looping through array fail to find item.
So far, I did manage to to print out object one by one. I noticed a major issue, ForEachloop function, Array Element is returning as NOTHING. However if you manually ‘Get’ item from array, objects are there.