Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore
Enumerates all possible outcomes for the time source
| Name | EPropertyAnimatorCoreTimeSourceResult |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/TimeSources/PropertyAnimatorCoreTimeSourceBase.h |
| Include Path | #include "TimeSources/PropertyAnimatorCoreTimeSourceBase.h" |
Syntax
enum EPropertyAnimatorCoreTimeSourceResult
{
Skip,
Idle,
Evaluate,
}
Values
| Name | Remarks |
|---|---|
| Skip | Time is the same as previous, evaluation can be skipped |
| Idle | Time is in an invalid state or out of range |
| Evaluate | Time is valid and in range, evaluate time |