For each doesn't go through all array elements


Here is my blueprint part,
I am trying to make all static objects in array to move smoothly up 150 units.

It doesn’t work, if I have 25 objects for example, only 1 of them moves up smoothly, the rest are ignored, I think some kind of loop is broken.

I am still new at this so I am not sure what I am doing wrong.

Put “ForEachLoop” between “Update” and “SetRelativeLocation”

Thank you, that worked.