FMacPlatformMisc does not have an implementation for the following methods and without it, I cannot detect if my app has internet connection or not. The Generic implementation returns type ENetworkConnectionType::Unknown.
/**
* Returns the current network connection type (WiFi, Ethernet, None, etc.)
*/
static ENetworkConnectionType GetNetworkConnectionType();
/**
* Returns true if there's an active WiFi connection
*/
static bool HasActiveWiFiConnection();
[Attachment Removed]