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 MakeUninstall
(
const IBuildManifestRef & Manifest,
FString InstallSubdirectory,
FString CloudSubdirectory
)
Remarks
Creates an uninstall action. the action setup for performing an uninstall, deleting all files referenced by the manifest.
Parameters
| Name | Description |
|---|---|
| Manifest | The manifest for the build currently installed. |
| 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. |