Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/Widgets/CommonActivatableWidgetContainer.h |
Include |
#include "Widgets/CommonActivatableWidgetContainer.h" |
UCLASS()
class UCommonActivatableWidgetStack : public UCommonActivatableWidgetContainerBase
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
Name | Description | ||
---|---|---|---|
|
UCommonActiv... |
GetRootContent() |
Name | Description | ||
---|---|---|---|
|
OnWidgetAddedToList ( |
Name | Description | ||
---|---|---|---|
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |