Moving multiple 3d objects at the same

I’ve trying to do a 3d ship selection, which from its naming, allows the player to select the ship they want to use.
I’ve tried to move the camera but it shows frame drop while moving the camera, I also tried moving the ship actors as an array, this casue the program to hang, then crashes the program.

Is there a way for me to move multiple 3d objects at the same ?

Update:
Is there any way that I could moved group actors through a reference in the level blueprint?

Hi

None of them should cause low FPS or hang .

it is something else, or the way you have coded it.

Can you show some script?

I kinda fix the problem but I doubt my solution is the best. Heres my solution.

How I move the camera is just replacing the ship actors with the camera actors. Its just the camera having frame drop, not the whole program.

I want to make it for mulitple using for diff local players, but still could not figure out a way other than duplicating what I did for the first player.

44292-capture3.png