FMovieSceneEvaluationTrack::Evaluate

Called to evaluate the specified segment index

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTrack.h

Include

#include "Evaluation/MovieSceneEvaluationTrack.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieSceneEvaluationTrack.cpp

Syntax

void Evaluate
(
    FMovieSceneSegmentIdentifier SegmentID,
    const FMovieSceneEvaluationOperand & Operand,
    const FMovieSceneContext & Context,
    const FPersistentEvaluationData & PersistentData,
    FMovieSceneExecutionTokens & ExecutionTokens
) const

Remarks

Called to evaluate the specified segment index

Parameters

Parameter

Description

SegmentID

The segment we are evaluating

Operand

Operand that relates to the thing we will animate

Context

Current sequence context

PersistentData

Persistent data store

ExecutionTokens

Token stack on which to add tokens that will be executed later

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