Navigation
API > API/Runtime > API/Runtime/MovieScene
Enumeration to determine how a track should be evaluated
| Name | EEvaluationMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTrack.h |
| Include Path | #include "Evaluation/MovieSceneEvaluationTrack.h" |
Syntax
enum EEvaluationMethod
{
Static,
Swept,
}
Values
| Name | Remarks |
|---|---|
| Static | Evaluation only ever occurs at a single time. |
| Swept | Evaluation from one frame to the next must consider the entire swept delta range on the track. |