Skip to main content

EOS_UI_ShowBlockPlayerOptions

Type Alias EOS_UI_ShowBlockPlayerOptions 

Source
pub type EOS_UI_ShowBlockPlayerOptions = _tagEOS_UI_ShowBlockPlayerOptions;
Expand description

Parameters for the EOS_UI_ShowBlockPlayer function.

Aliased Type§

#[repr(C)]
pub struct EOS_UI_ShowBlockPlayerOptions { pub ApiVersion: i32, pub LocalUserId: *mut EOS_EpicAccountIdDetails, pub TargetUserId: *mut EOS_EpicAccountIdDetails, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_UI_SHOWBLOCKPLAYER_API_LATEST.

§LocalUserId: *mut EOS_EpicAccountIdDetails

The Epic Online Services Account ID of the user who is requesting the Block.

§TargetUserId: *mut EOS_EpicAccountIdDetails

The Epic Online Services Account ID of the user whose is being Blocked.