Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/Plugins/OnlineSubsystemUtils/UIpNetDriver
The current state of the NetDriver socket
| Name | ESocketState |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/IpNetDriver.h |
| Include Path | #include "IpNetDriver.h" |
Syntax
enum ESocketState
{
None,
Resolving,
Recreating,
Ready,
Error,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Resolving | |
| Recreating | |
| Ready | |
| Error |