unreal.NetworkFailure
¶
- class unreal.NetworkFailure¶
Bases:
unreal.EnumBase
Types of network failures broadcast from the engine
C++ Source:
Module: Engine
File: EngineBaseTypes.h
- CONNECTION_LOST¶
A connection to the net driver has been lost
- Type
3
- CONNECTION_TIMEOUT¶
A connection to the net driver has timed out
- Type
4
- FAILURE_RECEIVED¶
The net driver received an NMT_Failure message
- Type
5
- NET_CHECKSUM_MISMATCH¶
Network checksum mismatch
- Type
10
- NET_DRIVER_ALREADY_EXISTS¶
A relevant net driver has already been created for this service
- Type
0
- NET_DRIVER_CREATE_FAILURE¶
The net driver creation failed
- Type
1
- NET_DRIVER_LISTEN_FAILURE¶
The net driver failed its Listen() call
- Type
2
- NET_GUID_MISMATCH¶
NetGuid mismatch
- Type
9
- OUTDATED_CLIENT¶
The client needs to upgrade their game
- Type
6
- OUTDATED_SERVER¶
The server needs to upgrade their game
- Type
7
- PENDING_CONNECTION_FAILURE¶
There was an error during connection to the game
- Type
8