Navigation
API > API/Plugins > API/Plugins/CommonUI
A display queue of ActivatableWidget elements.
- Only one widget is active/displayed at a time, all others in the queue are deactivated.
- When the active widget deactivates, it is automatically removed from the widget, released back to the pool, and the next widget in the queue (if any) is displayed
| Name | UCommonActivatableWidgetQueue |
| Type | class |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Widgets/CommonActivatableWidgetContainer.h |
| Include Path | #include "Widgets/CommonActivatableWidgetContainer.h" |
Syntax
UCLASS (MinimalAPI)
class UCommonActivatableWidgetQueue : public UCommonActivatableWidgetContainerBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVisual → UWidget → UCommonActivatableWidgetContainerBase → UCommonActivatableWidgetQueue
Implements Interfaces
Functions
Protected
Overridden from UCommonActivatableWidgetContainerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnWidgetAddedToList
(
UCommonActivatableWidget& AddedWidget |
Widgets/CommonActivatableWidgetContainer.h |