Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/FInstallerAction
Description
Creates a verify only action. Note that MakeRepair should be used usually, which will verify and try to repair any issues right away. This action will only check integrity and fail or succeed based on results.
| Name | MakeVerifyOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h |
| Include Path | #include "BuildPatchSettings.h" |
| Source | /Engine/Source/Runtime/Online/BuildPatchServices/Private/BuildPatchSettings.cpp |
static FInstallerAction MakeVerifyOnly
(
const IBuildManifestRef & Manifest,
TSet< FString > InstallTags,
FString InstallSubdirectory,
FString CloudSubdirectory
)
the action setup forcing an SHA check, and repair of all tagged files.
Parameters
| Name | Remarks |
|---|---|
| Manifest | The manifest for the build being verified. |
| 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. |