UCommonActivatableWidgetStack

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

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

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