Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FRowHandleArray
Description
Reserve space for additional row handles. This allocates memory but doesn't add new row handles. If the requested count is less than the current count then nothing happens.
| Name | Reserve |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementRowHandleArray.h |
| Include Path | #include "Elements/Framework/TypedElementRowHandleArray.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Private/Elements/Framework/TypedElementRowHandleArray.cpp |
void Reserve
(
int32 Count
)