EOS_UserInfo

EOS API reference page for EOS_UserInfo

1 min to read

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

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_USERINFO_COPYUSERINFO_API_LATEST.
EOS_EpicAccountId UserIdThe Epic Account ID of the user
const char* CountryThe name of the owner's country. This may be null
const char* DisplayNameThe display name (un-sanitized). This may be null
const char* PreferredLanguageThe ISO 639 language code for the user's preferred language. This may be null
const char* NicknameA nickname/alias for the target user assigned by the local user. This may be null
const char* DisplayNameSanitizedThe raw display name (sanitized). This may be null