Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Experimental > API/Runtime/Core/Experimental/Containers > API/Runtime/Core/Experimental/Containers/TGrowOnlyLockFreeHash
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Experimental/Containers/GrowOnlyLockFreeHash.h |
| Include | #include "Experimental/Containers/GrowOnlyLockFreeHash.h" |
void Emplace
&40;
KeyType Key,
ValueType Value,
bool &42; bIsAlreadyInTable
&41;
Remarks
Add an entry with the given Key to the hash table, will do nothing if the item already exists
Parameters
| Name | Description |
|---|---|
| Key | Key to add |
| Value | Value to add for key |
| bIsAlreadyInTable | Optional result for whether item was already in table |