Creates a new helper for the given gameId.
The game ID for this helper
Whether to enable fallback install behaviour. Currently unused.
This callback is used to determine whether the installer will try and install mods that don't look quite right.
A simple installer for UE games that deploys files rooted to the first .pak
file into the default location.
The file list
The installation destination path.
The ID of the game to install for
Callback for reporting installation progress
An implementation of the setup
pattern for UE-based games
The discovery result
The relative path to the mods folder.
An implementation of the installer test function for the UnrealGameHelper.installContent installer.
The files list
The current gameId
Generated using TypeDoc
A simple class to encapsulate some commonly-used parts of a game extension for a UE-based game
You need to provide a valid gameId at instantiation or it will fail in weird ways.