Navigation
API > API/Plugins > API/Plugins/CommonUI
| Name | ECommonSwitcherTransition |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Slate/SCommonAnimatedSwitcher.h |
| Include Path | #include "Slate/SCommonAnimatedSwitcher.h" |
Syntax
enum ECommonSwitcherTransition
{
FadeOnly,
Horizontal,
Vertical,
Zoom,
}
Values
| Name | Remarks |
|---|---|
| FadeOnly | Fade transition only with no movement |
| Horizontal | Increasing the active index goes right, decreasing goes left |
| Vertical | Increasing the active index goes up, decreasing goes down |
| Zoom | Increasing the active index zooms in, decreasing zooms out |