EClientLoginState::Type

If this connection is from a client, this is the current login state of this connection/login attempt

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetConnection.h

Include

#include "Engine/NetConnection.h"

Syntax

namespace EClientLoginState
{
    enum Type
    {
        Invalid         = 0,
        LoggingIn       = 1,
        Welcomed        = 2,
        ReceivedJoin    = 3,
        CleanedUp       = 4,
    }
}

Values

Name

Description

Invalid

LoggingIn

Welcomed

ReceivedJoin

CleanedUp

Remarks

If this connection is from a client, this is the current login state of this connection/login attempt

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