Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IBuildPatchServicesModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IBuildInstallerRef StartBuildInstall
(
BuildPatchServices::FInstallerConfiguration Configuration, |
Interfaces/IBuildPatchServicesModule.h | ||
IBuildInstallerPtr StartBuildInstall
(
IBuildManifestPtr CurrentManifest, |
Interfaces/IBuildPatchServicesModule.h |
StartBuildInstall(BuildPatchServices::FInstallerConfiguration, FBuildPatchBoolManifestDelegate)
| Name | StartBuildInstall |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h |
| Include Path | #include "Interfaces/IBuildPatchServicesModule.h" |
IBuildInstallerRef StartBuildInstall
(
BuildPatchServices::FInstallerConfiguration Configuration,
FBuildPatchBoolManifestDelegate OnCompleteDelegate
)
StartBuildInstall(IBuildManifestPtr, IBuildManifestPtr, const FString &, FBuildPatchBoolManifestDelegate, bool, TSet< FString >)
| Name | StartBuildInstall |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h |
| Include Path | #include "Interfaces/IBuildPatchServicesModule.h" |
IBuildInstallerPtr StartBuildInstall
(
IBuildManifestPtr CurrentManifest,
IBuildManifestPtr InstallManifest,
const FString & InstallDirectory,
FBuildPatchBoolManifestDelegate OnCompleteDelegate,
bool bIsRepair,
TSet < FString > InstallTags
)