ENetworkLagState::Type

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h

Include

#include "Engine/EngineBaseTypes.h"

Syntax

namespace ENetworkLagState
{
    enum Type
    {
        NotLagging,
        Lagging,
    }
}

Values

Name

Description

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss