Navigation
API > API/Runtime > API/Runtime/Core
Possible connection states
| Name | ENetworkConnectionStatus |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
Syntax
enum ENetworkConnectionStatus
{
Unknown = 0,
Disabled,
Local,
Connected,
}
Values
| Name | Remarks |
|---|---|
| Unknown | Default state |
| Disabled | No network connection or network device disabled |
| Local | Ad-hoc Wifi network or LAN with no external connection |
| Connected | Connected to the network |