How to change the window-title of an Editor Utility Widget

I was wondering if it is possible to change the window-title of an Editor Utility Widget. By default the name of the Blueprint is used and I would like to change this to a more friendly name without having to change the Blueprint asset name.

3 Likes

You can either do that in the constructor if you have a base c++ class by setting the TabDisplayName FText property or in the blueprint details “Config” category “Tab Display Name” property.

Did not work until restarting the project!

1 Like

For those that can’t find it, you have to switch to Graph and it’s listed under the Details panel aftere you swap to Class Defaults. Setting it in Construction Event on the Graph doesn’t seem to work. It seems like it’s an indexing thing that is run once and only once each time you launch the editor. So after you change it you need to restart the Editor to see the changes.