Navigation
API > API/Runtime > API/Runtime/Sockets
Indicates the connection state of the socket
| Name | ESocketConnectionState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Sockets/Public/SocketTypes.h |
| Include Path | #include "SocketTypes.h" |
Syntax
enum ESocketConnectionState
{
SCS_NotConnected,
SCS_Connected,
SCS_ConnectionError,
}
Values
| Name | Remarks |
|---|---|
| SCS_NotConnected | |
| SCS_Connected | |
| SCS_ConnectionError | Indicates that the end point refused the connection or couldn't be reached |