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 ReserveEntry
(
FEvaluationTreeEntryHandle ID,
int32 NewCapacity
)
Remarks
Reserves the entry with the specified identifier to a new capacity
Parameters
Name | Description |
---|---|
ID | The entry identifier, obtained through AllocateEntry |
NewCapacity | The new capacity to hold in the entry |