Internet Check Result

This struct is designed to represent the results of an internet check.

It contains whether or not the device has internet connectivity and in the event that it does not, the reason why it does not.

FInternetCheckResult

Field Type Description
bIsConnected bool A boolean representing whether or not the device has internet connectivity.
FailureReason FString A message containing a failure reason why there is not internet connectivity when there is none.