This data structure is part of the Mods Interface.
Output parameters for the EOS_Mods_UninstallMod Function. These parameters are received through the callback provided to EOS_Mods_UninstallMod
Properties
EOS_Mods_UninstallModCallbackInfo
Property
|
Value
|
EOS_EResult ResultCode
|
Result code for the operation. EOS_Success is returned if the uninstallation was successfull, otherwise one of the error codes is returned.
|
EOS_EpicAccountId LocalUserId
|
The Epic Online Services Account ID of the user for which mod uninstallation was requested
|
void* ClientData
|
Context that is passed into EOS_Mods_UninstallMod
|
const EOS_Mod_Identifier* Mod
|
Mod for which uninstallation was requested
|
This data structure is part of the Mods Interface.
Output parameters for the EOS_Mods_UninstallMod Function. These parameters are received through the callback provided to EOS_Mods_UninstallMod
Properties
Mods.UninstallModCallbackInfo
Property
|
Value
|
Result ResultCode
|
Result code for the operation. EOS_Success is returned if the uninstallation was successfull, otherwise one of the error codes is returned.
|
EpicAccountId LocalUserId
|
The Epic Online Services Account ID of the user for which mod uninstallation was requested
|
object ClientData
|
Context that is passed into EOS_Mods_UninstallMod
|
ModIdentifier Mod
|
Mod for which uninstallation was requested
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no