ELoginStatus::Type

Possible login states

Choose your operating system:

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