Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include | #include "GenericPlatform/GenericPlatformMisc.h" |
Syntax
enum ENetworkConnectionStatus
{
Unknown = 0,
Disabled,
Local,
Connected,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Possible connection states