pub type EOS_Mods_InstallModCallbackInfo = _tagEOS_Mods_InstallModCallbackInfo;Expand description
Output parameters for the EOS_Mods_InstallMod Function. These parameters are received through the callback provided to EOS_Mods_InstallMod
Aliased Type§
#[repr(C)]pub struct EOS_Mods_InstallModCallbackInfo {
pub ResultCode: i32,
pub LocalUserId: *mut EOS_EpicAccountIdDetails,
pub ClientData: *mut c_void,
pub Mod: *const _tagEOS_Mod_Identifier,
}Fields§
§ResultCode: i32Result code for the operation. EOS_Success is returned if the installation was successful, otherwise one of the error codes is returned.
LocalUserId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID of the user for which mod installation was requested
ClientData: *mut c_voidContext that is passed into EOS_Mods_InstallMod
Mod: *const _tagEOS_Mod_IdentifierMod for which installation was requested