Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPlatformHostSocket
State of the socket determining its ability to send/receive data.
| Name | EConnectionState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformHostSocket.h |
| Include Path | #include "GenericPlatform/GenericPlatformHostSocket.h" |
Syntax
enum EConnectionState
{
Unknown,
Created,
Connected,
Disconnected,
Closed,
}
Values
| Name | Remarks |
|---|---|
| Unknown | |
| Created | |
| Connected | |
| Disconnected | |
| Closed |