Editor camera position plugin for UE4
So, I recently made a plugin for Unreal Engine. The idea for this plugin had been popping into my head every time I needed to jump to a certain place in the map in the editor viewport or get the coordinates of my current location in the map.
Usually, the workflow to achieve this is something like this:
- Create a temporary box
- Move this box to a specific coordinates
- Press 'F' to focus on that box
- Delete this box
Do this over and over and over again every time you need to go to that place.
Yes, I know, you can store the camera position in the bookmarks.
However, it is still a chore to do so many steps while there should be a simple field where you can type the position you need, just like position of any other object in the world.
This is why I introduce to you... exactly this:
You can download this plugin from GitHub, it works on UE4 and UE5.
Cheers! <3