![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Prerequisites.h>
Static Public Member Functions | |
| static IPrerequisites * | Create (IMachineConfig *MachineConfig, IInstallerAnalytics *InstallerAnalytics, IInstallerError *InstallerError, IFileSystem *FileSystem, IPlatform *Platform) |
A factory for creating an IPrerequisites instance.
|
static |
Creates an instance of IPrerequisites.
| MachineConfig | A class responsible for loading and saving per machine configuration data. |
| InstallerAnalytics | The analytics implementation for reporting the installer events. |
| InstallerError | The error handling implementation which any installation errors will be reported to. |
| FileSystem | An abstraction representing the filesystem. |
| Platform | An abstraction providing access to platform operations. |