FMovieSceneEvaluationFieldSegmentPtr

A pointer to a particular segment of a track held within an evaluation template

Windows
MacOS
Linux

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

Name Description

Public variable

FMovieSceneSegm...

 

SegmentID

The identifier of the segment within the track (see FMovieSceneEvaluationTrack::Segments)

Constructors

Name Description

Public function

FMovieSceneEvaluationFieldSegmentPtr()

Default constructor

Public function

FMovieSceneEvaluationFieldSegmentPtr

(
    FMovieSceneSequenceIDRef InSequence...,
    FMovieSceneTrackIdentifier InTrackI...,
    FMovieSceneSegmentIdentifier InSegm...
)

Construction from a sequence ID, and the index of the track within that sequence's track list

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