Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/Widgets
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UCommonActivatableWidgetContainerBase
- UCommonActivatableWidgetStack
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Widgets/CommonActivatableWidgetContainer.h |
| Include | #include "Widgets/CommonActivatableWidgetContainer.h" |
Syntax
UCLASS&40;&41;
class UCommonActivatableWidgetStack : public UCommonActivatableWidgetContainerBase
Remarks
A display stack of ActivatableWidget elements.
- Only the widget at the top of the stack is displayed and activated. All others are deactivated.
- When that top-most displayed widget deactivates, it's automatically removed and the preceding entry is displayed/activated.
- If RootContent is provided, it can never be removed regardless of activation state
Functions
| Type | Name | Description | |
|---|---|---|---|
| UCommonActivatableWidget * |
Overridden from UCommonActivatableWidgetContainerBase
| Type | Name | Description | |
|---|---|---|---|
| void | OnWidgetAddedToList
(
UCommonActivatableWidget& AddedWidget |
Overridden from UWidget
| Type | Name | Description | |
|---|---|---|---|
| void | Applies all properties to the native widget if possible. |