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¶
Specified duration elapsing until it reaches 0
- Type:
2
- LOCAL_TIME: PropertyAnimatorCoreSystemMode¶
Local time of the machine
- Type:
0
- STOPWATCH: PropertyAnimatorCoreSystemMode¶
Current time elapsed since the time source is active
- Type:
3
- UTC_TIME: PropertyAnimatorCoreSystemMode¶
Universal time = Greenwich Mean Time
- Type:
1