pub type EOS_UserInfo_BestDisplayName = _tagEOS_UserInfo_BestDisplayName;Expand description
A structure that contains the user information. These structures are created by EOS_UserInfo_CopyBestDisplayName or EOS_UserInfo_CopyBestDisplayNameWithPlatform and must be passed to EOS_UserInfo_BestDisplayName_Release.
Aliased Type§
#[repr(C)]pub struct EOS_UserInfo_BestDisplayName {
pub ApiVersion: i32,
pub UserId: *mut EOS_EpicAccountIdDetails,
pub DisplayName: *const u8,
pub DisplayNameSanitized: *const u8,
pub Nickname: *const u8,
pub PlatformType: u32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_USERINFO_BESTDISPLAYNAME_API_LATEST.
UserId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID of the user
DisplayName: *const u8The display name (un-sanitized). This may be null
DisplayNameSanitized: *const u8The raw display name (sanitized). This may be null
Nickname: *const u8A nickname/alias for the target user assigned by the local user. This may be null
PlatformType: u32The platform type for the user which corresponds to the display name