Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- BaseKeyFuncs
- TDefaultMapKeyFuncs
- TWeakFieldPtrMapKeyFuncs
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/WeakFieldPtr.h |
Include | #include "UObject/WeakFieldPtr.h" |
Syntax
template<typename KeyType, typename ValueType, bool bInAllowDuplicateKeys>
struct TWeakFieldPtrMapKeyFuncs : public TDefaultMapKeyFuncs< KeyType, ValueType, bInAllowDuplicateKeys >
Remarks
MapKeyFuncs for TWeakFieldPtrs which allow the key to become stale without invalidating the map.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 | GetKeyHash
(
KeyInitType Key |
|
![]() ![]() |
bool | Matches
(
KeyInitType A, |
Typedefs
Name | Description |
---|---|
KeyInitType |