Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Possible login states
| Name | ELoginStatus::Type |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include Path | #include "OnlineSubsystemTypes.h" |
Syntax
namespace ELoginStatus
{
enum Type
{
NotLoggedIn,
UsingLocalProfile,
LoggedIn,
}
}
Values
| Name | Remarks |
|---|---|
| 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 |