Skip to main content

EOS_IntegratedPlatform_Options

Type Alias EOS_IntegratedPlatform_Options 

Source
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: i32

API Version: Set this to EOS_INTEGRATEDPLATFORM_OPTIONS_API_LATEST.

§Type: *const i8

The type to be initialized.

§Flags: i32

Identifies how to initialize the IntegratedPlatform.

§InitOptions: *const c_void

Options 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