EEvaluationMethod

Enumeration to determine how a track should be evaluated

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTrack.h

Include

#include "Evaluation/MovieSceneEvaluationTrack.h"

Syntax

enum EEvaluationMethod
{
    Static,
    Swept,
}

Values

Name

Description

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.

Remarks

Enumeration to determine how a track should be evaluated

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss