pub type EOS_IntegratedPlatform_Options = _tagEOS_IntegratedPlatform_Options;Expand description
Initialization options to use with EOS_Platform_Options for integrated platforms.
@see EOS_Platform_Options
Aliased Type§
#[repr(C)]pub struct EOS_IntegratedPlatform_Options {
pub ApiVersion: i32,
pub Type: *const i8,
pub Flags: i32,
pub InitOptions: *const c_void,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_INTEGRATEDPLATFORM_OPTIONS_API_LATEST.
Type: *const i8The type to be initialized.
Flags: i32Identifies how to initialize the IntegratedPlatform.
InitOptions: *const c_voidOptions specific to this integrated platform type. This parameter is either required or set to NULL based on the platform type.
@see EOS_IntegratedPlatform_Steam_Options