FMovieSceneEvaluationTrack::DefaultInitialize

Default implementation of initialization of child templates for the specified segment

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 DefaultInitialize
(
    TArrayView< const FMovieSceneFieldEntry_ChildTemplate > Children,
    const FMovieSceneEvaluationOperand & Operand,
    FMovieSceneContext Context,
    FPersistentEvaluationData & PersistentData,
    IMovieScenePlayer & Player
) const

Remarks

Default implementation of initialization of child templates for the specified segment

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

Player

The player that is responsible for playing back this template

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