Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/Slate
References
| |
|
| Module |
CommonUI |
| Header |
/Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/Slate/SCommonAnimatedSwitcher.h |
| Include |
#include "Slate/SCommonAnimatedSwitcher.h" |
Syntax
enum ECommonSwitcherTransition
&123;
FadeOnly,
Horizontal,
Vertical,
Zoom,
&125;
Values
| Name |
Description |
| 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 |