UCommonActivatableWidgetQueue

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

Choose your operating system:

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()
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...
)