Navigation
API > API/Plugins > API/Plugins/CommonUI
An animated switcher that knows about CommonActivatableWidgets. It can also hold other Widgets.
| Name | UCommonActivatableWidgetSwitcher |
| Type | class |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonActivatableWidgetSwitcher.h |
| Include Path | #include "CommonActivatableWidgetSwitcher.h" |
Syntax
UCLASS (MinimalAPI)
class UCommonActivatableWidgetSwitcher : public UCommonAnimatedSwitcher
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVisual → UWidget → UPanelWidget → UWidgetSwitcher → UCommonAnimatedSwitcher → UCommonActivatableWidgetSwitcher
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| WeakOwningActivatableWidget | TOptional< TWeakObjectPtr< UCommonActivatableWidget > > | CommonActivatableWidgetSwitcher.h |
Functions
Public
Overridden from UVisual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ReleaseSlateResources
(
bool bReleaseChildren |
CommonActivatableWidgetSwitcher.h |
Protected
Overridden from UCommonAnimatedSwitcher
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void HandleOutgoingWidget() |
CommonActivatableWidgetSwitcher.h | ||
virtual void HandleSlateActiveIndexChanged
(
int32 ActiveIndex |
CommonActivatableWidgetSwitcher.h |
Overridden from UWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnWidgetRebuilt() |
CommonActivatableWidgetSwitcher.h |