UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MovieSceneEvaluationTrack.h File Reference

Go to the source code of this file.

Classes

struct  FMovieSceneEvaluationTrack
 
struct  TStructOpsTypeTraits< FMovieSceneEvaluationTrack >
 

Enumerations

enum class  EEvaluationMethod : uint8 { Static , Swept }
 

Enumeration Type Documentation

◆ EEvaluationMethod

enum class EEvaluationMethod : uint8
strong

Enumeration to determine how a track should be evaluated

Enumerator
Static 

Evaluation only ever occurs at a single time. Delta is irrelevant. Example: Basic curve eval, animation

Swept 

Evaluation from one frame to the next must consider the entire swept delta range on the track. Example: Events