UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ENetworkFailure Namespace Reference

Enumerations

enum  Type : int {
  NetDriverAlreadyExists , NetDriverCreateFailure , NetDriverListenFailure , ConnectionLost ,
  ConnectionTimeout , FailureReceived , OutdatedClient , OutdatedServer ,
  PendingConnectionFailure , NetGuidMismatch , NetChecksumMismatch
}
 

Functions

const TCHARToString (ENetworkFailure::Type FailureType)
 

Detailed Description

Types of network failures broadcast from the engine

Enumeration Type Documentation

◆ Type

Enumerator
NetDriverAlreadyExists 

A relevant net driver has already been created for this service

NetDriverCreateFailure 

The net driver creation failed

NetDriverListenFailure 

The net driver failed its Listen() call

ConnectionLost 

A connection to the net driver has been lost

ConnectionTimeout 

A connection to the net driver has timed out

FailureReceived 

The net driver received an NMT_Failure message

OutdatedClient 

The client needs to upgrade their game

OutdatedServer 

The server needs to upgrade their game

PendingConnectionFailure 

There was an error during connection to the game

NetGuidMismatch 

NetGuid mismatch

NetChecksumMismatch 

Network checksum mismatch

Function Documentation

◆ ToString()

const TCHAR * ENetworkFailure::ToString ( ENetworkFailure::Type  FailureType)
inline