Hi guys, I have several static mesh components inside my blueprint.
I want to move them all using a loop.
But I can NOT do it with MoveComponentTo node, since it is not working with loops.
I have tried to create a custom MoveComponentTo node using a Macro
But it has a problem since I can not give him a local variable to stop the tick on time. (TimePassed variable is NOT a local variable in the image.)
I can NOT use a function either because I have a delay in my Macro.
What shoud I do now!?
