Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UPanelWidget
- UWidgetSwitcher
- UCommonAnimatedSwitcher
- UCommonActivatableWidgetSwitcher
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonActivatableWidgetSwitcher.h |
| Include | #include "CommonActivatableWidgetSwitcher.h" |
Syntax
UCLASS&40;&41;
class UCommonActivatableWidgetSwitcher : public UCommonAnimatedSwitcher
Remarks
An animated switcher that knows about CommonActivatableWidgets. It can also hold other Widgets.
Overridden from UCommonAnimatedSwitcher
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | HandleSlateActiveIndexChanged
(
int32 ActiveIndex |
Overridden from UWidget
| Type | Name | Description | |
|---|---|---|---|
| void | Function called after the underlying SWidget is constructed. |
Overridden from UVisual
| Type | Name | Description | |
|---|---|---|---|
| void | ReleaseSlateResources
(
bool bReleaseChildren |