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

#include <NetDriver.h>

Public Member Functions

 FDisconnectedClient (TSharedRef< const FInternetAddr > &InAddress, double InDisconnectTime)
 

Public Attributes

TSharedRef< const FInternetAddrAddress
 
double DisconnectTime
 

Detailed Description

Information about disconnected client NetConnection's

Constructor & Destructor Documentation

◆ FDisconnectedClient()

FDisconnectedClient::FDisconnectedClient ( TSharedRef< const FInternetAddr > &  InAddress,
double  InDisconnectTime 
)
inline

Member Data Documentation

◆ Address

TSharedRef<const FInternetAddr> FDisconnectedClient::Address

The address of the client

◆ DisconnectTime

double FDisconnectedClient::DisconnectTime

The time at which the client disconnected


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