UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Net::Private::FDormantReplicatorHolder::FActorDormantReplicatorsKeyFuncs Struct Reference

#include <NetDormantHolder.h>

+ Inheritance diagram for UE::Net::Private::FDormantReplicatorHolder::FActorDormantReplicatorsKeyFuncs:

Static Public Member Functions

static KeyInitType GetSetKey (ElementInitType Element)
 
static bool Matches (KeyInitType lhs, KeyInitType rhs)
 
static uint32 GetKeyHash (KeyInitType Key)
 

Additional Inherited Members

- Public Types inherited from BaseKeyFuncs< FActorDormantReplicators, FObjectKey, false >
enum  
 
typedef FObjectKey KeyType
 
typedef TCallTraits< FObjectKey >::ParamType KeyInitType
 
typedef TCallTraits< FActorDormantReplicators >::ParamType ElementInitType
 

Detailed Description

KeyFuncs that make it so the TSet can only needs a simple AActor pointer for the Key

Member Function Documentation

◆ GetKeyHash()

static uint32 UE::Net::Private::FDormantReplicatorHolder::FActorDormantReplicatorsKeyFuncs::GetKeyHash ( KeyInitType  Key)
inlinestatic

◆ GetSetKey()

static KeyInitType UE::Net::Private::FDormantReplicatorHolder::FActorDormantReplicatorsKeyFuncs::GetSetKey ( ElementInitType  Element)
inlinestatic

◆ Matches()

static bool UE::Net::Private::FDormantReplicatorHolder::FActorDormantReplicatorsKeyFuncs::Matches ( KeyInitType  lhs,
KeyInitType  rhs 
)
inlinestatic

The documentation for this struct was generated from the following file: