ELoginStatus::Type

Possible login states

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h

Include

#include "OnlineSubsystemTypes.h"

Syntax

namespace ELoginStatus
{
    enum Type
    {
        NotLoggedIn,
        UsingLocalProfile,
        LoggedIn,
    }
}

Values

Name

Description

NotLoggedIn

Player has not logged in or chosen a local profile

UsingLocalProfile

Player is using a local profile but is not logged in

LoggedIn

Player has been validated by the platform specific authentication service

Remarks

Possible login states

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