Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TEvaluationTreeEntryContainer
Description
Allocate a new entry of the specified capacity. Will default-construct Capacity elements in the item array.
| Name | AllocateEntry |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTree.h |
| Include Path | #include "Evaluation/MovieSceneEvaluationTree.h" |
FEvaluationTreeEntryHandle AllocateEntry
(
int32 InitialCapacity
)
The identifier to be used to access the entry
Parameters
| Name | Remarks |
|---|---|
| InitialCapacity | The initial capacity of the entry |