FMovieSceneEvaluationFieldTrackPtr

A pointer to 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 FMovieSceneEvaluationFieldTrackPtr

Remarks

A pointer to a track held within an evaluation template

Variables

Name Description

Public variable

FMovieSceneSequ...

 

SequenceID

The sequence ID that identifies to which sequence the track belongs

Public variable

FMovieSceneTrac...

 

TrackIdentifier

The Identifier of the track inside the track map (see FMovieSceneEvaluationTemplate::Tracks)

Constructors

Name Description

Public function

FMovieSceneEvaluationFieldTrackPtr()

Default constructor

Public function

FMovieSceneEvaluationFieldTrackPtr

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

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