Can not reparent Editor Utility Widget

I’m trying to reparent class of a BP of Editor Utility Widget but it can not find any other class that just Editor Utility Widget. I tried to compile the Solution and already restart the project but the BP still can’t find other class


I’ve run into the same issue in the past. The only way I could fix this was to create an Editor plugin and move the editor base class into the plugin. Then it will show up in the list and you can reparent it.

Creating a plugin is easy. Open up the Plugins browser and there’s a button at the bottom “New Plugin”. Click that and it’ll guide you through a wizard. I think I picked the Editor Toolbar Button, but I removed that button once the project was created and added my EditorUtilityWidget base class to it.