Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > Evaluation > TEvaluationTreeEntryContainer
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTree.h |
Include | #include "Evaluation/MovieSceneEvaluationTree.h" |
void Add
&40;
FEvaluationTreeEntryHandle ID,
ElementType && Element
&41;
Remarks
Add a new element to the entry contents with the specified identifier
Parameters
Name | Description |
---|---|
ID | The entry identifier, obtained through AllocateEntry |
Element | The element to add |