How to move certain objects from array with timeline

Hello everyone!

I would like to move actors from another blueprint by stepping on tagged button. It works fine when i dont use timeline and movement of objects is not fluent. They are moving in order as intended (pic.3). But when i added timeline(pic.4), it moves the last object (pic.6), i don’t know why. I want to move the first object from array not the last one. I also tried adding tick gate instead of timeline but with same effect. I’m pretty new to UE4 so I’m not sure what to do.

Regards

szpinak9

your only moving your item one unreal unit with that timeline. i dont think youd be able to even see it move.
I would also use the play from start pin instead of the play one. this will cause it to play from the beginning each time its run instead of where it left off (potentially the end of the timeline)