{"id":13589031,"url":"https://github.com/zompi2/EditorCameraPositionUE4","last_synced_at":"2025-04-08T07:31:36.970Z","repository":{"id":136342789,"uuid":"593350559","full_name":"zompi2/EditorCameraPositionUE4","owner":"zompi2","description":"Simple plugin for Unreal Engine that allows to display, set, copy and paste camera position in editor viewport","archived":false,"fork":false,"pushed_at":"2024-05-22T19:26:38.000Z","size":7745,"stargazers_count":27,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-22T22:43:37.120Z","etag":null,"topics":["camera","plugin","ue4","ue5","unreal"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zompi2.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.txt","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"zompi2","buy_me_a_coffee":"zompi2"}},"created_at":"2023-01-25T19:57:21.000Z","updated_at":"2024-05-29T23:15:59.612Z","dependencies_parsed_at":null,"dependency_job_id":"859c8096-03f9-4c7b-a85f-0159ceb0fa66","html_url":"https://github.com/zompi2/EditorCameraPositionUE4","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zompi2%2FEditorCameraPositionUE4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zompi2%2FEditorCameraPositionUE4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zompi2%2FEditorCameraPositionUE4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zompi2%2FEditorCameraPositionUE4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zompi2","download_url":"https://codeload.github.com/zompi2/EditorCameraPositionUE4/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247796164,"owners_count":20997524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["camera","plugin","ue4","ue5","unreal"],"created_at":"2024-08-01T16:00:21.241Z","updated_at":"2025-04-08T07:31:36.963Z","avatar_url":"https://github.com/zompi2.png","language":"C++","funding_links":["https://github.com/sponsors/zompi2","https://buymeacoffee.com/zompi2"],"categories":["Camera"],"sub_categories":[],"readme":"# Editor Camera Position for Unreal Engine\n\nThis is a simple plugin for Unreal Engine that displays the camera position in the editor's viewport. It can also set and copy-paste the camera position.\n\nhttps://github.com/zompi2/EditorCameraPositionUE4/assets/7863125/f9744a1c-215a-43fc-a26f-2b529380d420\n\nIt works on UE4.27, UE5.2, UE5.3, UE5.4 and UE5.5 (or at least I tested it on these versions)\n\n## Why is it useful?\n\nIt is useful when a QA team reports you a bug in specific location. Finding this place in the editor on a huge map with only coordinates is tricky. With this tool you can simply copy-paste this location and go directly to a place where the problem occurs. \n\nIt is also useful if you want to share a specific world coordinates to a teammate without getting coordinates of a specific object.\n\n## Rotation\n\nThe plugin can also display and modify the camera rotation.\n\n![camrot1](https://github.com/user-attachments/assets/ad91016f-5d2b-4e0c-81bb-8af2a901efc4)\n![camrot2](https://github.com/user-attachments/assets/96603b3b-da49-4e28-b7c1-0c36293dd601)\n\n## Blueprint nodes\n\nIf you need a position or rotation of the editor viewport's camera in your Blueprint Utility Widget there are Blueprint nodes that can help you with it:\n\n#### Get Editor Camera Position\n![geteditorcameraposbp](https://github.com/user-attachments/assets/c94d94f3-14aa-4780-8ec3-5cf5c0594ae7)\n\n#### Set Editor Camera Position\n![seteditorcameraposition](https://github.com/user-attachments/assets/2ab1834e-f33c-4133-acc1-8db642d17110)\n\n#### Get Editor Camera Rotation\n![camrot3](https://github.com/user-attachments/assets/0480b7db-88cd-4904-991b-b6c4429a9812)\n\n#### Set Editor Camera Rotation\n![camrot4](https://github.com/user-attachments/assets/089c591c-3c6b-4f98-abe4-f4a40a21dcb3)\n\n## Settings\n\nYou can find few settings inside the `Edit -\u003e Editor Preferences -\u003e Plugins -\u003e Editor Camera Position` section.\n\n![camcam](https://github.com/user-attachments/assets/b6d7befa-1909-453f-ab99-ea956c175086)\n\n* Enable Editor Camera Position/Rotation - should the option to show camera position or rotation in the editor be even possible?\n* Camera Position/Rotation Trunc - describes how to truncate the values of camera position and rotation when moving the camera in the editor. Possible values:\n    * `No Trunc` - the values will not be truncated\n    * `Two Decimals` - the values will be truncated to two decimal places\n    * `Zero Decimals` - the values will be truncated to the total integer values\n\n## FAQ\n\n**But you can save your fav camera positions using Ctrl+Numer**  \nThis plugin is not for saving your favourite camera positions. It's for a situation when you have to quickly jump to a specific coordinates, given to you by someone else (usually the QA).\n\n**But you can just spawn cube, set it's location to the desired location, press F and delete that cube**  \nYeah... I know... but for me it was annoying to do it every time I needed that simple functionality. It saves you that few seconds every time :)\n\n**Does it work for camera position and rotation when piloting actors?**  \nYes it does!\n\n## Fab\n\nThis plugin can be downloaded from the Unreal Engine Fab! Here's **[the link to it](https://www.fab.com/listings/13d27c05-5c95-46f2-a123-06891956049e).**  \nThe version of this plugin on Fab is **1.1.1**.  \nIf you want to download it for UE4.27 you can download the prebuilt plugin from **[here](https://github.com/zompi2/EditorCameraPositionUE4/raw/packs/Packs/EditorCameraPosition-4.27.zip).**\n\n## Anything else?\n\nJust hoping you can find it useful.  \nCheers!  \n\u003c3  \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzompi2%2FEditorCameraPositionUE4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzompi2%2FEditorCameraPositionUE4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzompi2%2FEditorCameraPositionUE4/lists"}