Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FRefCountVector
Description
Allocate at specific Index, which must be free or larger than current max Index. However, we do not update free list. So, you probably need to do RebuildFreeList() after calling this.
| Name | AllocateAtUnsafe |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/RefCountVector.h |
| Include Path | #include "Util/RefCountVector.h" |
bool AllocateAtUnsafe
(
int Index
)