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 FMovieSceneEvaluationFieldSegmentPtr : public FMovieSceneEvaluationFieldTrackPtr
Remarks
A pointer to a particular segment of a track held within an evaluation template
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FMovieSceneSegmentIdentifier | SegmentID | The identifier of the segment within the track (see FMovieSceneEvaluationTrack::Segments) |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor | ||
![]() |
FMovieSceneEvaluationFieldSegmentPtr
(
FMovieSceneSequenceIDRef InSequenceID, |
Construction from a sequence ID, and the index of the track within that sequence's track list |