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