How to change bp editor to design editor?

Hello,

Issue

I have a child class derived from UUserWidget in CPP and for sure I have derived BP class from that child class. When I enter widget, editor doesnt open regular user widget window with palette.

Expected

I was expecting to see below editor. Something I’m doing definetely wrong.

How can I swap this ?

Oh, that’s a tricky one, took me a while to figure it out.

Anyway, if you right click on a Cpp class and select Create Blueprirnt Class, you get what you have here. However, if you right click on empty space, select Create Blueprint Class, and then find your Cpp class there, you get a normal widget with the designer panel.

Or create a widget class from content browser and reparent it to cpp class :smiley:

I hate workarounds :smiley: