Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/FMovieSceneEvaluationTrack
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 |
void Initialize
(
TArrayView< const FMovieSceneFieldEntry_ChildTemplate > Children,
const FMovieSceneEvaluationOperand & Operand,
const FMovieSceneContext & Context,
FPersistentEvaluationData & PersistentData,
IMovieScenePlayer & Player
) const
Remarks
Called to initialize the specified segment index
Parameters
| Name | 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 |