Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/FAuthLinkAccount
| |
|
| Name |
Params |
| Type |
struct |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Auth.h |
| Include Path |
#include "Online/Auth.h" |
Syntax
struct Params
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ContinuationId |
FLoginContinuationId |
The id associated with external auth data used to continue a previous login attempt. |
Online/Auth.h |
|
| PlatformUserId |
FPlatformUserId |
The PlatformUserId of the Local User making the request. |
Online/Auth.h |
|
| Tags |
TArray< FName > |
Implementation dependent tags which affect how the account is linked. |
Online/Auth.h |
|