How to show the parent widget hierarchy in child widget?

I had derived a widget from a base user widget.Then I add a new Button on the derived widget,but it no working any way.The compile result showed that we can’t have another widget hierarchy in derived widget.If we only have a widget hierarchy in parent class,how to show the parent widget hierarchy in the Hierarchy window?

Then I construct a new button in derived widget add to the base widget’s canvas plane through derived widget’s blueprint ,and it seem working.But Is there anyway edit the widget that derived from parent in derived widget’s designer mode.Otherwise we just add and edit the widget through blueprint which is not visual.

1 Like