FInstallerAction::MakeUninstall

Creates an uninstall 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 MakeUninstall
(
    const IBuildManifestRef & Manifest
)

Remarks

Creates an uninstall action.

Returns

the action setup for performing an uninstall, deleting all files referenced by the manifest.

Parameters

Parameter

Description

Manifest

The manifest for the build currently installed.

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