Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces > API/Runtime/BuildPatchServices/Interfaces/IBuildPatchServicesModule
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h |
| Include | #include "Interfaces/IBuildPatchServicesModule.h" |
IBuildInstallerRef CreateBuildInstaller
(
BuildPatchServices::FBuildInstallerConfiguration Configuration,
FBuildPatchInstallerDelegate OnComplete
) const
Remarks
Factory providing construction of a build installer class. an instance of an IBuildInstaller implementation.
Parameters
| Name | Description |
|---|---|
| Configuration | The configuration for the installer. |
| OnComplete | The delegate that will be called when the installer completes. |