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 MakeInstall
&40;
const IBuildManifestRef & Manifest,
TSet< FString > InstallTags
&41;
Remarks
Creates an install action. the action setup for performing an installation.
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 installed. |