How can I move multiple actors & BSP in the editor by a specific amount?

Let’s say I have 100 actors, BSP, etc - all kinds of scene objects, and I want to move them ALL by [-15, 32, 0] (to use an arbitrary value).

How do I do this?

With a single object, I can simply type a calculation into the details pain (-15 in the X, +32 in the Y)

With multiple objects, it displays “Multiple Values” and the calculation method doesn’t work. Ideally, it would.

1 Like

Select all the objects you want to move in the World Outliner, right click, Transform > Delta Transform. Enter the values you want to move them all by and click OK.

5 Likes