TPropertyPathMapKeyFuncs

MapKeyFuncs for [TFieldPath](API\Runtime\CoreUObject\UObject\TFieldPath) which allow the key to become stale without invalidating the map.

Windows
MacOS
Linux

Inheritance Hierarchy

BaseKeyFuncs

TDefaultMapKeyFuncs

TPropertyPathMapKeyFuncs

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/FieldPath.h

Include

#include "UObject/FieldPath.h"

Syntax

template<typename KeyType, typename ValueType, bool bInAllowDuplicateKeys>
struct TPropertyPathMapKeyFuncs : public TDefaultMapKeyFuncs< KeyType, ValueType, bInAllowDuplicateKeys >

Remarks

MapKeyFuncs for TFieldPath which allow the key to become stale without invalidating the map.

Functions

Name Description

Public function Static

uint32

 

GetKeyHash

(
    KeyInitType Key
)

Public function Static

bool

 

Matches

(
    KeyInitType A,
    KeyInitType B
)

Typedefs

Name

Description

KeyInitType

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