FLocKeyMapFuncs

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

Windows
MacOS
Linux

Inheritance Hierarchy

BaseKeyFuncs

FLocKeyMapFuncs

References

Module

Core

Header

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

Include

#include "Internationalization/LocKeyFuncs.h"

Syntax

template<typename ValueType>
struct FLocKeyMapFuncs : public BaseKeyFuncs< ValueType, FString, false >

Remarks

Case sensitive hashing function for TMap

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