Navigation
API > API/Plugins > API/Plugins/PropertyAnimator
Mode supported for properties value
| Name | EPropertyAnimatorClockMode |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimator/Source/PropertyAnimator/Public/Animators/PropertyAnimatorClock.h |
| Include Path | #include "Animators/PropertyAnimatorClock.h" |
Syntax
enum EPropertyAnimatorClockMode
{
LocalTime,
Countdown,
Stopwatch,
}
Values
| Name | Remarks |
|---|---|
| LocalTime | Local time of the machine |
| Countdown | Specified duration elapsing until it reaches 0 |
| Stopwatch | Shows the current time elapsed |