Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/TEvaluationTreeEntryContainer
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTree.h |
Include | #include "Evaluation/MovieSceneEvaluationTree.h" |
void Insert
&40;
FEvaluationTreeEntryHandle ID,
int32 Index,
ElementType && Element
&41;
Remarks
Insert a new element to the entry with the specified identifier at a specific index within the entry
Parameters
Name | Description |
---|---|
ID | The entry identifier, obtained through AllocateEntry |
Index | The index within the entry at which to insert the new element |
Element | The element to add |