UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNetworkObjectInfo::FNetConnectionKeyFuncs Struct Reference

#include <NetworkObjectList.h>

+ Inheritance diagram for FNetworkObjectInfo::FNetConnectionKeyFuncs:

Static Public Member Functions

static KeyInitType GetSetKey (ElementInitType &Element)
 
static bool Matches (KeyInitType A, KeyInitType B)
 
static uint32 GetKeyHash (KeyInitType Key)
 

Additional Inherited Members

- Public Types inherited from BaseKeyFuncs< TWeakObjectPtr< UNetConnection >, const TWeakObjectPtr< UNetConnection > &, false >
enum  
 
typedef const TWeakObjectPtr< UNetConnection > & KeyType
 
typedef TCallTraits< const TWeakObjectPtr< UNetConnection > & >::ParamType KeyInitType
 
typedef TCallTraits< TWeakObjectPtr< UNetConnection > >::ParamType ElementInitType
 

Detailed Description

Key definitions for TSet/TMap that works with invalidated weak pointers

Member Function Documentation

◆ GetKeyHash()

static uint32 FNetworkObjectInfo::FNetConnectionKeyFuncs::GetKeyHash ( KeyInitType  Key)
inlinestatic

◆ GetSetKey()

static KeyInitType FNetworkObjectInfo::FNetConnectionKeyFuncs::GetSetKey ( ElementInitType Element)
inlinestatic

◆ Matches()

static bool FNetworkObjectInfo::FNetConnectionKeyFuncs::Matches ( KeyInitType  A,
KeyInitType  B 
)
inlinestatic

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