unreal.PropertyAnimatorClockMode

class unreal.PropertyAnimatorClockMode

Bases: EnumBase

Mode supported for properties value

C++ Source:

  • Plugin: PropertyAnimator

  • Module: PropertyAnimator

  • File: PropertyAnimatorClock.h

COUNTDOWN: PropertyAnimatorClockMode

Specified duration elapsing until it reaches 0

Type:

1

LOCAL_TIME: PropertyAnimatorClockMode

Local time of the machine

Type:

0

STOPWATCH: PropertyAnimatorClockMode

Shows the current time elapsed

Type:

2