Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation
Inheritance Hierarchy
- FMovieSceneEvaluationFieldTrackPtr
- FMovieSceneEvaluationFieldSegmentPtr
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationField.h |
Include | #include "Evaluation/MovieSceneEvaluationField.h" |
Syntax
struct FMovieSceneEvaluationFieldTrackPtr
Remarks
A pointer to a track held within an evaluation template
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FMovieSceneSequenceID | SequenceID | The sequence ID that identifies to which sequence the track belongs |
![]() |
FMovieSceneTrackIdentifier | TrackIdentifier | The Identifier of the track inside the track map (see FMovieSceneEvaluationTemplate::Tracks) |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor | ||
![]() |
FMovieSceneEvaluationFieldTrackPtr
(
FMovieSceneSequenceIDRef InSequenceID, |
Construction from a sequence ID, and the index of the track within that sequence's track list |