UCommonActivatableWidgetQueue

[UCommonActivatableWidgetQueue](API\Plugins\CommonUI\Widgets\UCommonActivatableWidgetQueue).

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/Widgets/CommonActivatableWidgetContainer.h

Include

#include "Widgets/CommonActivatableWidgetContainer.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class UCommonActivatableWidgetQueue : public UCommonActivatableWidgetContainerBase

Remarks

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

Overridden from UCommonActivatableWidgetContainerBase

Name Description

Protected function Virtual

void

 

OnWidgetAddedToList

(
    UCommonActivatableWidget& AddedWid...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss