This data structure is part of the UserInfo Interface.
Remarks
Contains information about a single external user info.
Properties
EOS_UserInfo_ExternalUserInfo
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_USERINFO_EXTERNALUSERINFO_API_LATEST. |
EOS_EExternalAccountType AccountType | The type of the external account |
const char* AccountId | The ID of the external account. Can be null |
const char* DisplayName | The display name of the external account (un-sanitized). Can be null |
const char* DisplayNameSanitized | The display name of the external account (sanitized). Can be null |