unreal.PropertyAnimatorCycleMode

class unreal.PropertyAnimatorCycleMode

Bases: EnumBase

EProperty Animator Cycle Mode

C++ Source:

  • Plugin: PropertyAnimator

  • Module: PropertyAnimator

  • File: PropertyAnimatorNumericBase.h

DO_ONCE: PropertyAnimatorCycleMode = Ellipsis

Cycle only once then stop

Type:

1

LOOP: PropertyAnimatorCycleMode = Ellipsis

Cycle and repeat once we reached the end

Type:

2

PING_PONG: PropertyAnimatorCycleMode = Ellipsis

Cycle and reverse repeat

Type:

3