IOnlineIdentity::Login

Login/Authenticate with user credentials.

Windows
MacOS
Linux

Override Hierarchy

IOnlineIdentity::Login()

FOnlineIdentityTwitch::Login()

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineIdentityInterface.h"

Syntax

bool Login
(
    int32 LocalUserNum,
    const FOnlineAccountCredentials & AccountCredentials
)

Remarks

Login/Authenticate with user credentials. Will call OnLoginComplete() delegate when async task completes

Returns

true if login task was started

Parameters

Parameter

Description

LocalUserNum

the controller number of the associated user

AccountCredentials

user account credentials needed to sign in to the online service

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