pub type EOS_UI_PauseSocialOverlayOptions = _tagEOS_UI_PauseSocialOverlayOptions;Expand description
Input parameters for the EOS_UI_PauseSocialOverlay function.
Aliased Type§
#[repr(C)]pub struct EOS_UI_PauseSocialOverlayOptions {
pub ApiVersion: i32,
pub bIsPaused: i32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_UI_PAUSESOCIALOVERLAY_API_LATEST.
bIsPaused: i32The desired bIsPaused state of the overlay.