unreal.CommonSwitcherTransition

class unreal.CommonSwitcherTransition

Bases: EnumBase

ECommon Switcher Transition

C++ Source:

  • Plugin: CommonUI

  • Module: CommonUI

  • File: SCommonAnimatedSwitcher.h

FADE_ONLY: CommonSwitcherTransition

Fade transition only with no movement

Type:

0

HORIZONTAL: CommonSwitcherTransition

Increasing the active index goes right, decreasing goes left

Type:

1

VERTICAL: CommonSwitcherTransition

Increasing the active index goes up, decreasing goes down

Type:

2

ZOOM: CommonSwitcherTransition

Increasing the active index zooms in, decreasing zooms out

Type:

3