Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FActorDormantReplicators
KeyFuncs that make it so the TSet can match a struct with a simple FObjectKey.
| Name | FDormantObjectReplicatorKeyFuncs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/NetDormantHolder.h |
| Include Path | #include "Net/NetDormantHolder.h" |
Syntax
struct FDormantObjectReplicatorKeyFuncs : public BaseKeyFuncs< FDormantObjectReplicator, FObjectKey, false >
Inheritance Hierarchy
- BaseKeyFuncs → FActorDormantReplicators::FDormantObjectReplicatorKeyFuncs
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
KeyInitType Key |
Net/NetDormantHolder.h | ||
static KeyInitType GetSetKey
(
ElementInitType Element |
Net/NetDormantHolder.h | ||
static bool Matches
(
KeyInitType lhs, |
Net/NetDormantHolder.h |