pub type EOS_UserInfo_QueryUserInfoByDisplayNameOptions = _tagEOS_UserInfo_QueryUserInfoByDisplayNameOptions;Expand description
Input parameters for the EOS_UserInfo_QueryUserInfoByDisplayName function.
Aliased Type§
#[repr(C)]pub struct EOS_UserInfo_QueryUserInfoByDisplayNameOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_EpicAccountIdDetails,
pub DisplayName: *const i8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_USERINFO_QUERYUSERINFOBYDISPLAYNAME_API_LATEST.
LocalUserId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID of the local player requesting the information
DisplayName: *const i8Raw display name (un-sanitized) of the player being queried