Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject
Inheritance Hierarchy
- BaseKeyFuncs
- DefaultKeyFuncs
- TWeakObjectPtrSetKeyFuncs
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/UObject/WeakObjectPtrTemplates.h |
| Include | #include "UObject/WeakObjectPtrTemplates.h" |
Syntax
template<typename ElementType, bool bInAllowDuplicateKeys>
struct TWeakObjectPtrSetKeyFuncs : public DefaultKeyFuncs< ElementType, bInAllowDuplicateKeys >
Remarks
SetKeyFuncs for TWeakObjectPtrs which allow the key to become stale without invalidating the set.
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetKeyHash
(
KeyInitType Key |
||
| bool | Matches
(
KeyInitType A, |
Typedefs
| Name | Description |
|---|---|
| KeyInitType |