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 Find
&40;
KeyType Key,
ValueType &42; OutValue,
bool &42; bIsAlreadyInTable
&41; const
Remarks
Find an entry in the hash table
Parameters
| Name | Description |
|---|---|
| Key | Key to search for |
| OutValue | Memory location to write result value to. Left unmodified if Key isn't found. |
| bIsAlreadyInTable | Optional result for whether key was found in table. |