FInstallerAction::MakeRepair

Creates an install action.

Windows
MacOS
Linux

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

Syntax

static FInstallerAction MakeRepair
(
    const IBuildManifestRef & Manifest,
    TSet< FString > InstallTags
)

Remarks

Creates an install action.

Returns

the action setup forcing an SHA check, and repair of all tagged files.

Parameters

Parameter

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 repaired.

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