pub type EOS_IntegratedPlatformOptionsContainer_AddOptions = _tagEOS_IntegratedPlatformOptionsContainer_AddOptions;Expand description
Data for the EOS_IntegratedPlatformOptionsContainer_Add function.
Aliased Type§
#[repr(C)]pub struct EOS_IntegratedPlatformOptionsContainer_AddOptions {
pub ApiVersion: i32,
pub Options: *const _tagEOS_IntegratedPlatform_Options,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_INTEGRATEDPLATFORMOPTIONSCONTAINER_ADD_API_LATEST.
Options: *const _tagEOS_IntegratedPlatform_OptionsThe integrated platform options to add.