Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCore
Enumerates all possible ways of interpreting time
| Name | EMovieSceneAnimatorEvalTimeMode |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCore/Public/Sequencer/MovieSceneAnimatorTypes.h |
| Include Path | #include "Sequencer/MovieSceneAnimatorTypes.h" |
Syntax
enum EMovieSceneAnimatorEvalTimeMode
{
Sequence,
Section,
Custom,
}
Values
| Name | Remarks |
|---|---|
| Sequence | The sequence time, if the section has an offset, it won't matter |
| Section | The section time, takes into account any offset the section has |
| Custom | Custom provided time, interpolate between start and end time based on progress |