Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UPanelWidget
- UOverlay
- UCommonVisibilitySwitcher
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonVisibilitySwitcher.h |
| Include | #include "CommonVisibilitySwitcher.h" |
Remarks
Basic switcher that toggles visibility on its children to only show one widget at a time. Activates visible widget if possible.
Variables
| Type | Name | Description | |
|---|---|---|---|
| ActiveWidgetIndex | |||
| bActivateFirstSlotOnAdding | |||
| bAutoActivateSlot | |||
| OnActiveWidgetIndexChangedEvent | |||
| ShownVisibility |
Functions
| Type | Name | Description | |
|---|---|---|---|
| Gets the palette category of the widget | |||
GetSlotClass () |
UPanelWidget. | ||
MoveChild () |
|||
OnSlotAdded () |
|||
| Function called after the underlying SWidget is constructed. | |||
| Called when a property on this object has been modified externally | |||
| Applies all properties to the native widget if possible. | |||
| Called at the end of Widget Blueprint compilation. |
Typedefs
| Name | Description |
|---|---|
| FOnActiveWidgetIndexChanged |