If you want to modify the User Interface (UI) of the Unreal Editor, you can use Editor Utility Widgets to add new UI elements. Editor Utility Widgets are based on Unreal Motion Graphics (UMG), so you can set up Widgets in a Blueprint like you would for any other UMG Widget Blueprint.
These Widgets are specifically for the Editor UI, and you can use them to create custom Editor tabs. You can then select these custom tabs from the Windows menu, like you would select existing Editor tabs.
Create an Editor Utility Widget
-
Right-click in the Content Browser and select Editor Utilities > Editor Widget.
-
Name your Editor Utility Widget Asset. In this example, the Asset is named TestEditorUtility. Double-click the Editor Utility Widget Asset to open the Widget Blueprint for editing.
- Edit your Widget Blueprint as needed.
-
Right-click the Editor Utility Widget Asset and select Run to open an Editor tab with your Editor Utility displayed. The tab is only dockable with Level Editor tabs.
- Once you have run the Editor Utility Widget, it appears in the Level Editor's Windows dropdown, under the Editor Utility Widgets category.