| 136 | |
| 137 | // Returns true if network is connected and online. |
| 138 | API_PROPERTY() FORCE_INLINE static bool IsConnected() |
| 139 | { |
| 140 | return State == NetworkConnectionState::Connected; |
| 141 | } |
| 142 | |
| 143 | // Returns true if network is online or disconnected. |
| 144 | API_PROPERTY() FORCE_INLINE static bool IsOffline() |
no outgoing calls
no test coverage detected