Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h |
| Include | #include "BuildPatchSettings.h" |
Syntax
struct FInstallerAction
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInstallerAction
(
const FInstallerAction& CopyFrom |
Copy constructor. | ||
FInstallerAction
(
FInstallerAction&& MoveFrom |
RValue constructor to allow move semantics. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | |||
| IBuildManifestRef | |||
| IBuildManifestRef | Helper for getting the current manifest, or install manifest if no current manifest. | ||
| IBuildManifestRef | |||
| IBuildManifestRef | Helper for getting the install manifest, or current manifest if no install manifest. | ||
| const FString & | |||
| const TSet< FString > & | |||
| bool | IsInstall () |
||
| bool | IsRepair () |
||
| bool | IsUninstall () |
||
| bool | IsUpdate () |
||
| FInstallerAction | MakeInstall
(
const IBuildManifestRef& Manifest, |
Creates an install action. | |
| FInstallerAction | MakeInstallOrUpdate
(
const IBuildManifestPtr& CurrentManifest, |
Helper for creating an install action or update action based on validity of CurrentManifest. | |
| FInstallerAction | MakeRepair
(
const IBuildManifestRef& Manifest, |
Creates an install action. | |
| FInstallerAction | MakeUninstall
(
const IBuildManifestRef& Manifest, |
Creates an uninstall action. | |
| FInstallerAction | MakeUpdate
(
const IBuildManifestRef& CurrentManifest, |
Creates an update action. | |
| IBuildManifestPtr | Helper for getting the current manifest if nullable is preferred. | ||
| IBuildManifestPtr | Helper for getting the install manifest if nullable is preferred. |