Skip to main content

EOS_UserInfo_QueryUserInfoByDisplayNameOptions

Type Alias EOS_UserInfo_QueryUserInfoByDisplayNameOptions 

Source
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: i32

API Version: Set this to EOS_USERINFO_QUERYUSERINFOBYDISPLAYNAME_API_LATEST.

§LocalUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the local player requesting the information

§DisplayName: *const i8

Raw display name (un-sanitized) of the player being queried