How to use for each loop with move component to

That function is latent. As such, it will not execute the other things until it’s “Completed”, pretty much, you can’t do what you want that way, because even though yes, it’s getting input each time from each component, one “process” is occurring, and the new one cannot start until it’s over. Even putting it at 0, means nothing, since, it’s all happening so fast that frame or two (the for each loop)

What you could do is this:

Just run a sequence and multiple MoveCompTo. I just tested it and it works.

2 Likes