FMovieSceneEvaluationMetaData::DiffSequences

Diff the active sequences this frame, with the specified previous frame's meta-data

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieSceneEvaluationField.h"

Source

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

Syntax

void DiffSequences
(
    const FMovieSceneEvaluationMetaData & LastFrame,
    TArray< FMovieSceneSequenceID > * NewSequences,
    TArray< FMovieSceneSequenceID > * ExpiredSequences
) const

Remarks

Diff the active sequences this frame, with the specified previous frame's meta-data

Parameters

Parameter

Description

LastFrame

Meta-data pertaining to the last frame

NewSequences

(Optional) Ptr to an array that will be populated with sequences that are new this frame

ExpiredSequences

(Optional) Ptr to an array that will be populated with sequences that are no longer being evaluated

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