Hi,
i’m new to ue4 and I want to set the location in Blueprints. And is there any chance to move all objects (meshes and Box) to a new location, like put a volume around these objects?
Thanks a lot
Hi,
i’m new to ue4 and I want to set the location in Blueprints. And is there any chance to move all objects (meshes and Box) to a new location, like put a volume around these objects?
Thanks a lot
You could loop over all actors (which means your meshes also need to be actors) and set their location. But I really doubt that this will be with good performance at all.