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" |
static FInstallerAction MakeInstallOrUpdate
(
const IBuildManifestPtr & CurrentManifest,
const IBuildManifestRef & InstallManifest,
TSet < FString > InstallTags,
FString InstallSubdirectory,
FString CloudSubdirectory
)
Remarks
Helper for creating an install action or update action based on validity of CurrentManifest. the action setup for performing an install or update.
Parameters
| Name | Description |
|---|---|
| CurrentManifest | The manifest for the build currently installed, invalid if no build installed. |
| InstallManifest | 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 installed/updated, or added if missing. |
| 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. |