unreal.PropertyAnimatorCoreSystemMode¶
- class unreal.PropertyAnimatorCoreSystemMode¶
Bases:
EnumBaseEnumerates all possible modes for the machine clock time source
C++ Source:
Plugin: PropertyAnimatorCore
Module: PropertyAnimatorCore
File: PropertyAnimatorCoreSystemTimeSource.h
- COUNTDOWN: PropertyAnimatorCoreSystemMode = Ellipsis¶
Specified duration elapsing until it reaches 0
- Type:
1
- LOCAL_TIME: PropertyAnimatorCoreSystemMode = Ellipsis¶
Local time of the machine
- Type:
0
- STOPWATCH: PropertyAnimatorCoreSystemMode = Ellipsis¶
Current time elapsed since the time source is active
- Type:
2