pub type EOS_UI_ShowReportPlayerOptions = _tagEOS_UI_ShowReportPlayerOptions;Expand description
Parameters for the EOS_UI_ShowReportPlayer function.
Aliased Type§
#[repr(C)]pub struct EOS_UI_ShowReportPlayerOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_EpicAccountIdDetails,
pub TargetUserId: *mut EOS_EpicAccountIdDetails,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_UI_SHOWREPORTPLAYER_API_LATEST.
LocalUserId: *mut EOS_EpicAccountIdDetailsThe Epic Online Services Account ID of the user who is requesting the Report.
TargetUserId: *mut EOS_EpicAccountIdDetailsThe Epic Online Services Account ID of the user whose is being Reported.