unreal.CommonSwitcherTransition
¶
- class unreal.CommonSwitcherTransition¶
Bases:
unreal.EnumBase
ECommon Switcher Transition
C++ Source:
Plugin: CommonUI
Module: CommonUI
File: SCommonAnimatedSwitcher.h
- FADE_ONLY¶
Fade transition only with no movement
- Type
0
- HORIZONTAL¶
Increasing the active index goes right, decreasing goes left
- Type
1
- VERTICAL¶
Increasing the active index goes up, decreasing goes down
- Type
2
- ZOOM¶
Increasing the active index zooms in, decreasing zooms out
- Type
3