Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Experimental > API/Runtime/Core/Experimental/Containers > API/Runtime/Core/Experimental/Containers/TGrowOnlyLockFreeHash
Warnings * Can only be called once, and only before any items have been added!
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Experimental/Containers/GrowOnlyLockFreeHash.h |
| Include | #include "Experimental/Containers/GrowOnlyLockFreeHash.h" |
void Reserve
(
int32 Count
)
Remarks
Preallocate the hash table to a certain size
Can only be called once, and only before any items have been added!
Parameters
| Name | Description |
|---|---|
| Count | Number of EntryType elements to allocate |