UMovieSceneTrack::GetEvaluationFieldVersion

Retrieve a version number for the logic implemented in PopulateEvaluationTree.

Windows
MacOS
Linux

Override Hierarchy

UMovieSceneTrack::GetEvaluationFieldVersion()

UMovieSceneCinematicShotTrack::GetEvaluationFieldVersion()

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneTrack.h

Include

#include "MovieSceneTrack.h"

Syntax

virtual int8 GetEvaluationFieldVersion() const

Remarks

Retrieve a version number for the logic implemented in PopulateEvaluationTree.

The evaluation field is cached with the data and is invalidated if the data signature changes, or if this version number changes. You should bump this version number if you start/stop overriding, or otherwise change the logic, of PopulateEvaluationTree.

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