IOnlineIdentity::AutoLogin

Logs the player into the online service using parameters passed on the command line.

Windows
MacOS
Linux

Override Hierarchy

IOnlineIdentity::AutoLogin()

FOnlineIdentityTwitch::AutoLogin()

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h

Include

#include "Interfaces/OnlineIdentityInterface.h"

Syntax

bool AutoLogin
(
    int32 LocalUserNum
)

Remarks

Logs the player into the online service using parameters passed on the command line. Expects -AUTH_LOGIN= -AUTH_PASSWORD=. If either are missing, the function returns false and doesn't start the login process

Returns

true if the async call started ok, false otherwise

Parameters

Parameter

Description

LocalUserNum

the controller number of the associated user

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss