Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineIdentity
Description
Login/Authenticate with user credentials. Will call OnLoginComplete() delegate when async task completes
| Name | Login |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h |
| Include Path | #include "Interfaces/OnlineIdentityInterface.h" |
bool Login
(
int32 LocalUserNum,
const FOnlineAccountCredentials & AccountCredentials
)
true if login task was started
Parameters
| Name | Remarks |
|---|---|
| LocalUserNum | the controller number of the associated user |
| AccountCredentials | user account credentials needed to sign in to the online service |