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

Enumerations

enum  Type : int { NotLagging , Lagging }
 

Functions

const TCHARToString (ENetworkLagState::Type LagType)
 

Enumeration Type Documentation

◆ Type

Enumerator
NotLagging 

The net driver is operating normally or it is not possible to tell if it is lagging

Lagging 

The net driver is in the process of timing out all of the client connections

Function Documentation

◆ ToString()

const TCHAR * ENetworkLagState::ToString ( ENetworkLagState::Type  LagType)
inline