So as the title says, I would like to move multiple actors by a set distance in the unreal editor.
My first thought was just typing +100 next to ‘Multiple Values’, but that does nothing.
Also, I need to move the actors by an exact distance and the gismo is too unprecise for this.
Basically, this tool will allow you to specify an amount and it will move any actors added to the array.
This solution might be a bit overkill for what you’re trying to achieve and there are different approaches you can take.
However, it is good practice to start building your own tools to automize the behavior of objects in your level.
A much easier solution might be Delta Transform.
Right-click on your selections in the outliner, Transform → Delta Transform → And then add what value you need to the x, y, or z coordinate.
Hope that helps!