Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/FInstallerAction
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h |
| Include | #include "BuildPatchSettings.h" |
| Source | /Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchSettings.cpp |
static FInstallerAction MakeRepair
(
const IBuildManifestRef & Manifest,
TSet < FString > InstallTags,
FString InstallSubdirectory,
FString CloudSubdirectory
)
Remarks
Creates an install action. the action setup forcing an SHA check, and repair of all tagged files.
Parameters
| Name | Description |
|---|---|
| Manifest | The manifest for the build to be installed. |
| InstallTags | The install tags to use if selectively installing files. If empty set, all files will be repaired. |
| InstallSubdirectory | The subdirectory to install this data to inside of the main install directory. |
| CloudSubdirectory | The subdirectory of the cloud distribution root that this patch data should be sourced. |