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