pub type EOS_Mods_UninstallModOptions = _tagEOS_Mods_UninstallModOptions;Expand description
Input parameters for the EOS_Mods_UninstallMod Function.
Aliased Type§
#[repr(C)]pub struct EOS_Mods_UninstallModOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_EpicAccountIdDetails,
pub Mod: *const _tagEOS_Mod_Identifier,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_MODS_UNINSTALLMOD_API_LATEST.
LocalUserId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID of the user for which the mod should be uninstalled
Mod: *const _tagEOS_Mod_IdentifierThe mod to uninstall