Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TScriptMap
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
int32 FindPairIndex
(
const void * Key,
const FScriptMapLayout & MapLayout,
TFunctionRef < uint32 > GetKeyHash,
TFunctionRef < bool> KeyEqualityFn
)
Remarks
Finds the associated key, value from hash of Key, rather than linearly searching