Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineIdentity
Description
Logs the player into the online service using parameters passed on the command line. Expects -AUTH_LOGIN=
| Name | AutoLogin |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h |
| Include Path | #include "Interfaces/OnlineIdentityInterface.h" |
bool AutoLogin
(
int32 LocalUserNum
)
true if the async call started ok, false otherwise
Parameters
| Name | Remarks |
|---|---|
| LocalUserNum | the controller number of the associated user |