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