Choose your implementation method:
This data structure is part of the UserInfo Interface.
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. 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
|
This data structure is part of the UserInfo Interface.
A structure that contains the user information. These structures are created by {UserInfoInterface.CopyUserInfo} and must be passed to {UserInfoInterface.Release}.
Properties
UserInfo.UserInfoData
Property
|
Value
|
int ApiVersion
|
API Version: Set this to EOS_USERINFO_COPYUSERINFO_API_LATEST.
|
EpicAccountId UserId
|
The Epic Account ID of the user
|
string Country
|
The name of the owner's country. This may be null
|
string DisplayName
|
The display name. This may be null
|
string PreferredLanguage
|
The ISO 639 language code for the user's preferred language. This may be null
|
string Nickname
|
A nickname/alias for the target user assigned by the local user. This may be null
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no