UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLocKeyMultiMapFuncs< ValueType > Struct Template Reference

#include <LocKeyFuncs.h>

+ Inheritance diagram for FLocKeyMultiMapFuncs< ValueType >:

Static Public Member Functions

static UE_FORCEINLINE_HINT const FString & GetSetKey (const TPair< FString, ValueType > &Element)
 
static UE_FORCEINLINE_HINT bool Matches (const FString &A, const FString &B)
 
static UE_FORCEINLINE_HINT uint32 GetKeyHash (const FString &Key)
 

Additional Inherited Members

- Public Types inherited from BaseKeyFuncs< ValueType, FString, true >
enum  
 
typedef FString KeyType
 
typedef TCallTraits< FString >::ParamType KeyInitType
 
typedef TCallTraits< ValueType >::ParamType ElementInitType
 

Detailed Description

template<typename ValueType>
struct FLocKeyMultiMapFuncs< ValueType >

Case sensitive hashing function for TMultiMap

Member Function Documentation

◆ GetKeyHash()

template<typename ValueType >
static UE_FORCEINLINE_HINT uint32 FLocKeyMultiMapFuncs< ValueType >::GetKeyHash ( const FString &  Key)
inlinestatic

◆ GetSetKey()

template<typename ValueType >
static UE_FORCEINLINE_HINT const FString & FLocKeyMultiMapFuncs< ValueType >::GetSetKey ( const TPair< FString, ValueType > &  Element)
inlinestatic

◆ Matches()

template<typename ValueType >
static UE_FORCEINLINE_HINT bool FLocKeyMultiMapFuncs< ValueType >::Matches ( const FString &  A,
const FString &  B 
)
inlinestatic

The documentation for this struct was generated from the following file: