unreal.PropertyAnimatorCoreMachineClockMode

class unreal.PropertyAnimatorCoreMachineClockMode

Bases: EnumBase

deprecated: ‘PropertyAnimatorCoreMachineClockMode’ was renamed to ‘PropertyAnimatorCoreSystemMode’.

COUNTDOWN: PropertyAnimatorCoreMachineClockMode = Ellipsis

Specified duration elapsing until it reaches 0

Type:

1

LOCAL_TIME: PropertyAnimatorCoreMachineClockMode = Ellipsis

Local time of the machine

Type:

0

STOPWATCH: PropertyAnimatorCoreMachineClockMode = Ellipsis

Current time elapsed since the time source is active

Type:

2