Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
Include |
#include "OnlineSubsystemTypes.h" |
namespace ELoginStatus
{
enum Type
{
NotLoggedIn,
UsingLocalProfile,
LoggedIn,
}
}
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 |
Possible login states