Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/Widgets > API/Plugins/CommonUI/Widgets/UCommonActivatableWidgetContaine-
| Type | Name | Description | |
|---|---|---|---|
| ActivatableWidgetT * | AddWidget
(
TSubclassOf< UCommonActivatableWidget > ActivatableWidgetClass |
Adds an activatable widget to the container. See BP_AddWidget for more info. | |
| ActivatableWidgetT * | AddWidget
(
TSubclassOf< UCommonActivatableWidget > ActivatableWidgetClass, |
Generates (either creates or pulls from the inactive pool) instance of the given widget class and adds it to the container. |