Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/SCommonAnimatedSwitcher
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Slate/SCommonAnimatedSwitcher.h |
| Include Path | #include "Slate/SCommonAnimatedSwitcher.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCommonAnimatedSwitcher >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SCommonAnimatedSwitcher::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Slate/SCommonAnimatedSwitcher.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Slate/SCommonAnimatedSwitcher.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & InitialIndex
(
int32 InArg |
Slate/SCommonAnimatedSwitcher.h | ||
WidgetArgsType & OnActiveIndexChanged
(
const FOnActiveIndexChanged& InDelegate |
Slate/SCommonAnimatedSwitcher.h | ||
WidgetArgsType & OnIsTransitioningChanged
(
const FOnIsTransitioningChanged& InDelegate |
Slate/SCommonAnimatedSwitcher.h | ||
WidgetArgsType & TransitionCurveType
(
ETransitionCurve InArg |
Slate/SCommonAnimatedSwitcher.h | ||
WidgetArgsType & TransitionDuration
(
float InArg |
Slate/SCommonAnimatedSwitcher.h | ||
WidgetArgsType & TransitionFallbackStrategy
(
ECommonSwitcherTransitionFallbackStrategy InArg |
Slate/SCommonAnimatedSwitcher.h | ||
WidgetArgsType & TransitionType
(
ECommonSwitcherTransition InArg |
Slate/SCommonAnimatedSwitcher.h |