Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
| |
|
| Name |
FAccountInfo |
| Type |
struct |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Auth.h |
| Include Path |
#include "Online/Auth.h" |
Syntax
struct FAccountInfo
Derived Classes
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AccountId |
FAccountId |
The account id for the user which represents the user's online platform account. |
Online/Auth.h |
|
| Attributes |
TMap< FSchemaAttributeId, FSchemaVariant > |
Additional account attributes. |
Online/Auth.h |
|
| LoginStatus |
ELoginStatus |
Login status |
Online/Auth.h |
|
| PlatformUserId |
FPlatformUserId |
The platform user id associated with the online user. |
Online/Auth.h |
|