How i can move different objects at the same time attaching them to an actor

Hi everyone, im trying move some objects with an a set location, but i want they moved like a grid, in the same positions, no all to ONE POSITION. So i tried create an actor and attach the objects to them (actor)… Finally the actor set the location but the objects attached didn’t work… Please help me !.

Hmm…

You could try making an array of objects that you would like to move. Then you can loop through that array and move each actor in a set direction

can you show me the last with a graphic of blueprints if it’s possible ? please. thanks i will try now.

You said something like this Mookiez?:

Something like this. You also don’t want to use tick for this, unless its a constant update. Be warned, if you use tick to update location, things will move VERY fast.