Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Copyright Epic Games, Inc. All Rights Reserved.
| Name | UE::Online::ELoginStatus |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Auth.h |
| Include Path | #include "Online/Auth.h" |
Syntax
namespace UE
{
namespace Online
{
enum ELoginStatus
{
NotLoggedIn,
UsingLocalProfile,
LoggedInReducedFunctionality,
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. |
| LoggedInReducedFunctionality | Player is logged in but may have reduced functionality with online services. |
| LoggedIn | Player has been validated by the platform specific authentication service. |