Class EOS_Mods_Interface

java.lang.Object
com.sun.jna.PointerType
host.anzo.eossdk.eos.sdk.EOS_Mods_Interface
All Implemented Interfaces:
com.sun.jna.NativeMapped

public class EOS_Mods_Interface extends com.sun.jna.PointerType
The Mods Interface is used to manage a user's mods. Allowing a user to install/uninstall/enumerate mods. All Mods Interface calls take a handle of type EOS_HMods as the first parameter. This handle can be retrieved from a EOS_HPlatform handle by using the EOS_Platform_GetModsInterface function.

NOTE: At this time, this feature is only available for desktop platforms and for products that are part of the Epic Games store.

Since:
8/15/2023
See Also: