Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FHashTable
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/HashTable.h |
| Include | #include "Containers/HashTable.h" |
void Add_Concurrent
&40;
uint32 Key,
uint32 Index
&41;
Remarks
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.