MovieSceneToolHelpers::GetEvaluationTrack

Get the Active EvaluationTrack for a given track. Will do a recompile if the track isn't valid

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h

Include

#include "MovieSceneToolHelpers.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp

Syntax

static FMovieSceneEvaluationTrack * GetEvaluationTrack
(
    ISequencer * Sequencer,
    const FGuid & TrackSignature
)

Remarks

Get the Active EvaluationTrack for a given track. Will do a recompile if the track isn't valid

Returns

Returns the evaluation track for the given movie scene track. May do a re-compile if needed.

Parameters

Parameter

Description

Sequencer

The sequencer we are evaluating Track The movie scene track whose evaluation counterpart we want

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