Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FHashTable
Description
Increases or decreases the size of the index but not the hash lookup. If the previous size was empty, allocates the hash at its desired size.
| Name | Resize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/HashTable.h |
| Include Path | #include "Containers/HashTable.h" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/HashTable.cpp |
void Resize
(
uint32 NewIndexSize
)