This data structure is part of the UserInfo Interface.
Remarks
A structure that contains the user information. These structures are created by EOS_UserInfo_CopyUserInfo and must be passed to EOS_UserInfo_Release.
Properties
EOS_UserInfo
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_USERINFO_COPYUSERINFO_API_LATEST. |
EOS_EpicAccountId UserId | The Epic Account ID of the user |
const char* Country | The name of the owner's country. This may be null |
const char* DisplayName | The display name (un-sanitized). This may be null |
const char* PreferredLanguage | The ISO 639 language code for the user's preferred language. This may be null |
const char* Nickname | A nickname/alias for the target user assigned by the local user. This may be null |
const char* DisplayNameSanitized | The raw display name (sanitized). This may be null |