FInstallerAction::MakeInstallOrUpdate

Helper for creating an install action or update action based on validity of CurrentManifest.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h

Include

#include "BuildPatchSettings.h"

Syntax

static FInstallerAction MakeInstallOrUpdate
(
    const IBuildManifestPtr & CurrentManifest,
    const IBuildManifestRef & InstallManifest,
    TSet< FString > InstallTags
)

Remarks

Helper for creating an install action or update action based on validity of CurrentManifest.

Returns

the action setup for performing an install or update.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss