TWeakObjectPtrMapKeyFuncs

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

Windows
MacOS
Linux

Inheritance Hierarchy

BaseKeyFuncs

TDefaultMapKeyFuncs

TWeakObjectPtrMapKeyFuncs

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/UObject/WeakObjectPtrTemplates.h

Include

#include "UObject/WeakObjectPtrTemplates.h"

Syntax

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

Remarks

MapKeyFuncs for TWeakObjectPtrs 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