Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore
Enumerates all possible format interpretation in countdown mode
| Name | EPropertyAnimatorCoreSystemCountdownFormat |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/TimeSources/PropertyAnimatorCoreSystemTimeSource.h |
| Include Path | #include "TimeSources/PropertyAnimatorCoreSystemTimeSource.h" |
Syntax
enum EPropertyAnimatorCoreSystemCountdownFormat
{
Duration,
Target,
}
Values
| Name | Remarks |
|---|---|
| Duration | Default: format time provided is the duration of the countdown (relative) eg: if current time is 10:00:00 and format is set to 12:00:00, then countdown duration will be 12 hours until it reaches 0 |
| Target | Format time provided is the target time (absolute) eg: if current time is 10:00.00 and format is set to 12:00:00, then countdown is 02:00:00 since 2 hours remains before reaching target time |