Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
ENetworkLagState::Type |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h |
| Include Path |
#include "Engine/EngineBaseTypes.h" |
Syntax
namespace ENetworkLagState
{
enum Type
{
NotLagging,
Lagging,
}
}
Values
| Name |
Remarks |
| 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 |