Navigation
API > API/Runtime > API/Runtime/Engine
Information about disconnected client NetConnection's
| Name | FDisconnectedClient |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h |
| Include Path | #include "Engine/NetDriver.h" |
Syntax
struct FDisconnectedClient
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDisconnectedClient
(
TSharedRef< const FInternetAddr >& InAddress, |
Engine/NetDriver.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Address | TSharedRef< const FInternetAddr > | The address of the client | Engine/NetDriver.h | |
| DisconnectTime | double | The time at which the client disconnected | Engine/NetDriver.h |