FCaseSensitiveFuncs

Windows
MacOS
Linux

Inheritance Hierarchy

BaseKeyFuncs

FStoreBuilder::FCaseSensitiveFuncs

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetDataTagMapSerializationDetails.h

Include

#include "AssetRegistry/AssetDataTagMapSerializationDetails.h"

Syntax

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

Functions

Name Description

Public function Static

uint32

 

GetKeyHash

(
    const FString& Key
)

Public function Static

uint32

 

GetKeyHash

(
    FNameEntryId Key
)

Public function Static

uint32

 

GetKeyHash

(
    FName Key
)

Public function Static

uint32

 

GetKeyHash

(
    const ExportPathType& Key
)

Public function Static

const KeyTyp...

 

GetSetKey

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

Public function Static

bool

 

Matches

(
    const FString& A,
    const FString& B
)

Public function Static

bool

 

Matches

(
    FNameEntryId A,
    FNameEntryId B
)

Public function Static

bool

 

Matches

(
    FName A,
    FName B
)

Public function Static

bool

 

Matches

(
    const ExportPathType& A,
    const ExportPathType& 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