FLocKeyMultiMapFuncs

Case sensitive hashing function for [TMultiMap](API\Runtime\Core\Containers\TMultiMap)

Windows
MacOS
Linux

Inheritance Hierarchy

BaseKeyFuncs

FLocKeyMultiMapFuncs

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/LocKeyFuncs.h

Include

#include "Internationalization/LocKeyFuncs.h"

Syntax

template<typename ValueType>
struct FLocKeyMultiMapFuncs : public BaseKeyFuncs< ValueType, FString, true >

Remarks

Case sensitive hashing function for TMultiMap

Functions

Name Description

Public function Static

uint32

 

GetKeyHash

(
    const FString& Key
)

Public function Static

const FStrin...

 

GetSetKey

(
    const TPair< FString, ValueType >&...
)

Public function Static

bool

 

Matches

(
    const FString& A,
    const FString& B
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss