Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore
Enumerates all possible modes for the machine clock time source
| Name | EPropertyAnimatorCoreSystemMode |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/TimeSources/PropertyAnimatorCoreSystemTimeSource.h |
| Include Path | #include "TimeSources/PropertyAnimatorCoreSystemTimeSource.h" |
Syntax
enum EPropertyAnimatorCoreSystemMode
{
LocalTime,
Countdown,
Stopwatch,
}
Values
| Name | Remarks |
|---|---|
| LocalTime | Local time of the machine |
| Countdown | Specified duration elapsing until it reaches 0 |
| Stopwatch | Current time elapsed since the time source is active |