Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FHashTable
Description
Safe for many threads to add concurrently. Not safe to search the table while other threads are adding. Will not resize. Only use for presized tables.
| Name | Add_Concurrent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/HashTable.h |
| Include Path | #include "Containers/HashTable.h" |
void Add_Concurrent
(
uint32 Key,
uint32 Index
)