Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/Slate
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SPanel
- SWidgetSwitcher
- SCommonAnimatedSwitcher
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Slate/SCommonAnimatedSwitcher.h |
| Include | #include "Slate/SCommonAnimatedSwitcher.h" |
Syntax
class SCommonAnimatedSwitcher : public SWidgetSwitcher
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| FSlot * | GetChildSlot
(
int32 SlotIndex |
||
| bool | |||
| void | SetTransition
(
float Duration, |
||
| void | TransitionToIndex
(
int32 NewWidgetIndex, |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| int32 | OnPaint
(
const FPaintArgs& Args, |
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FOnActiveIndexChanged | |
| FOnIsTransitioningChanged |