Choose your implementation method:
This data structure is part of the UserInfo Interface.
Output parameters for the EOS_UserInfo_QueryUserInfoByDisplayName Function.
Properties
EOS_UserInfo_QueryUserInfoByDisplayNameCallbackInfo
Property
|
Value
|
EOS_EResult ResultCode
|
The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
|
void* ClientData
|
Context that was passed into EOS_UserInfo_QueryUserInfoByDisplayName
|
EOS_EpicAccountId LocalUserId
|
The Epic Account ID of the local player requesting the information
|
EOS_EpicAccountId TargetUserId
|
The Epic Account ID of the player whose information is being retrieved
|
const char* DisplayName
|
Display name of the player being queried. This memory is only valid during the scope of the callback.
|
This data structure is part of the UserInfo Interface.
Output parameters for the {UserInfoInterface.QueryUserInfoByDisplayName} Function.
Properties
UserInfo.QueryUserInfoByDisplayNameCallbackInfo
Property
|
Value
|
Result ResultCode
|
The EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
|
object ClientData
|
Context that was passed into EOS_UserInfo_QueryUserInfoByDisplayName
|
EpicAccountId LocalUserId
|
The Epic Account ID of the local player requesting the information
|
EpicAccountId TargetUserId
|
The Epic Account ID of the player whose information is being retrieved
|
string DisplayName
|
Display name of the player being queried. This memory is only valid during the scope of the callback.
|
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