Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FRowHandleArray
Description
Removes all row handles, but keeps the allocated memory around. If the provided size is larger than the number of rows that fit in the container then extra memory will be allocated so there's enough space for the new number of rows.
| Name | Reset |
| 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 Reset
(
int32 NewSize
)