TEvaluationTreeEntryContainer::AllocateEntry

Allocate a new entry of the specified capacity.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationTree.h

Include

#include "Evaluation/MovieSceneEvaluationTree.h"

Syntax

FEvaluationTreeEntryHandle AllocateEntry
(
    int32 InitialCapacity
)

Remarks

Allocate a new entry of the specified capacity. Will default-construct Capacity elements in the item array.

Returns

The identifier to be used to access the entry

Parameters

Parameter

Description

InitialCapacity

The initial capacity of the entry

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss