UCommonActivatableWidgetStack

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

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 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

Name Description

Public function Const

UCommonActiv...

 

GetRootContent()

Overridden from UCommonActivatableWidgetContainerBase

Name Description

Protected function Virtual

void

 

OnWidgetAddedToList

(
    UCommonActivatableWidget& AddedWid...
)

Overridden from UWidget

Name Description

Protected function Virtual

void

 

SynchronizeProperties()

Applies all properties to the native widget if possible.