EOS_UserInfo_QueryUserInfoByDisplayNameCallbackInfo

EOS API reference page for EOS_UserInfo_QueryUserInfoByDisplayNameCallbackInfo

1분 소요

This data structure is part of the UserInfo Interface.

Remarks

Output parameters for the EOS_UserInfo_QueryUserInfoByDisplayName Function.

Properties

EOS_UserInfo_QueryUserInfoByDisplayNameCallbackInfo

PropertyValue
EOS_EResult ResultCodeThe EOS_EResult code for the operation. EOS_Success indicates that the operation succeeded; other codes indicate errors.
void* ClientDataContext that was passed into EOS_UserInfo_QueryUserInfoByDisplayName
EOS_EpicAccountId LocalUserIdThe Epic Account ID of the local player requesting the information
EOS_EpicAccountId TargetUserIdThe Epic Account ID of the player whose information is being retrieved
const char* DisplayNameDisplay name (un-sanitized) of the player being queried. This memory is only valid during the scope of the callback.