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
{
FadeOnly,
Horizontal,
Vertical,
Zoom,
}
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 |