Hey,
Thanks zeOrb, asperatology, Samantha for the response. I am glad that someone else finds this useful. Thanks for the hint about using CTRL+ Left Mouse Button/Right Mouse Button/Both.
Unreal Engine developers could also think about implementing the solutions from AUTOCAD or SKETCHUP.
Simply when you move an object, you first hint with a mouse what direction/axis you want it to move and then type numbers from your keyboard (without having to locate any input slots). That is the most intuitive way I can think of. At least for me because I have Architecture/design background and I am used to this software. But either way, I think it is a good idea to consider the solutions known from software that people are familiar with.
Maybe there is such an “Autocad-like” moving solution in Unreal and it still waits for me to discover it:) I am still quite new to this. Well, since I am still on this topic. Why don’t we move objects by reference. For example I want to move an object to a position that would be e.g. 2 meters from another object.
But maybe that is too advanced. Still, This is something to consider.
The same refers to scaling by reference or rotating by reference. For example I want to scale an object but it should not exceed a refence size, go out of bounds.
Rotating by reference is even more useful. For example I want to rotate an object so that one corner of it aligns or is directed towards a different object or point. In Autocad this is solved by having a reference line that shoots from a center of an object and you can rotate it and snap it to specific points in the scene.
Such advanced tools might not be useful for game development but since Unreal is getting increasingly more popular in the architecture field, such tools could are worth considering.
Thanks