Enum EEvaluationMethod Path C++ Link /Script/MovieScene.EEvaluationMethod underlying uint8 /Script/MovieScene Values 3 NameValueHex Static00x00Swept10x01EEvaluationMethod_MAX20x02 Used by 1types with a member, parameter or interface of this type FMovieSceneEvaluationTrack // /Script/MovieScene.EEvaluationMethod enum class EEvaluationMethod : uint8 { Static = 0, Swept = 1, EEvaluationMethod_MAX = 2, };