I made a stage which is made of many meshes (actors). I want the total stage to move from one location to another in only one axes(X). I tried to select multiple actors but it was not allowing to do so. Single actor is moving but how to move the total stage.
Please help me
Thankyou
You can select multiple actors by holding Ctrl-Alt and dragging a rectangle over them, or selecting one actor and clicking the other actors while holding down Ctrl. Then you can move them all together using the Gizmo. I suggest watching some basic tutorials if you aren’t able to use the interface.
You should create for example Empty actor, attach every actor of stage to it and then move this actor.
thankyou
But i want to move them by using blueprints
How to do soo?
I want that movement during gameplay
That is i want it to implement using blueprints.
In blueprint, it is allowing only a single actor to change coordinates.
My question is how to select multiple actors and make them move in blueprints
what redbox suggested is a possible solution for this, what he is talking about is parenting the objects you want to move under you “master_actor”, (by draging them under it in the world outliner), then moving that actor in whatever way you want, and that would include blueprint functions.
Thanks
It worked
Please don’t forget to mark an answer for whichever worked. This way, others will know it has been answered.