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

#include <NetDormantHolder.h>

+ Inheritance diagram for UE::Net::Private::FActorDormantReplicators::FDormantObjectReplicatorKeyFuncs:

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< FDormantObjectReplicator, FObjectKey, false >
enum  
 
typedef FObjectKey KeyType
 
typedef TCallTraits< FObjectKey >::ParamType KeyInitType
 
typedef TCallTraits< FDormantObjectReplicator >::ParamType ElementInitType
 

Detailed Description

KeyFuncs that make it so the TSet can match a struct with a simple FObjectKey.

Member Function Documentation

◆ GetKeyHash()

static uint32 UE::Net::Private::FActorDormantReplicators::FDormantObjectReplicatorKeyFuncs::GetKeyHash ( KeyInitType  Key)
inlinestatic

◆ GetSetKey()

static KeyInitType UE::Net::Private::FActorDormantReplicators::FDormantObjectReplicatorKeyFuncs::GetSetKey ( ElementInitType  Element)
inlinestatic

◆ Matches()

static bool UE::Net::Private::FActorDormantReplicators::FDormantObjectReplicatorKeyFuncs::Matches ( KeyInitType  lhs,
KeyInitType  rhs 
)
inlinestatic

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