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 |