Navigation
API > API/Runtime > API/Runtime/Engine
State of a connection.
| Name | EConnectionState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h |
| Include Path | #include "Engine/NetConnection.h" |
Syntax
enum EConnectionState
{
USOCK_Invalid = 0,
USOCK_Closed = 1,
USOCK_Pending = 2,
USOCK_Open = 3,
USOCK_Closing = 4,
}
Values
| Name | Remarks |
|---|---|
| USOCK_Invalid | |
| USOCK_Closed | |
| USOCK_Pending | |
| USOCK_Open | |
| USOCK_Closing |