| 142 | |
| 143 | // Returns true if network is online or disconnected. |
| 144 | API_PROPERTY() FORCE_INLINE static bool IsOffline() |
| 145 | { |
| 146 | return State == NetworkConnectionState::Offline || State == NetworkConnectionState::Disconnected; |
| 147 | } |
| 148 | |
| 149 | /// <summary> |
| 150 | /// Gets the network client for a given connection. Returns null if failed to find it. |
no outgoing calls
no test coverage detected