ENetworkFailure
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum ENetworkFailure
Inheritance Object → ValueType → Enum → ENetworkFailure
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| NetDriverAlreadyExists | 0 | |
| NetDriverCreateFailure | 1 | |
| NetDriverListenFailure | 2 | |
| ConnectionLost | 3 | |
| ConnectionTimeout | 4 | |
| FailureReceived | 5 | |
| OutdatedClient | 6 | |
| OutdatedServer | 7 | |
| PendingConnectionFailure | 8 | |
| NetGuidMismatch | 9 | |
| NetChecksumMismatch | 10 | |
| ENetworkFailure_MAX | 11 |