IBuildManifest::GetRemovableFiles

Gets a list of files that were installed with the Old Manifest, but no longer required by this Manifest.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h

Include

#include "Interfaces/IBuildManifest.h"

Syntax

void GetRemovableFiles
(
    const IBuildManifestRef & OldManifest,
    TArray< FString > & RemovableFiles
) const

Remarks

Gets a list of files that were installed with the Old Manifest, but no longer required by this Manifest.

Parameters

Parameter

Description

OldManifest

IN The Build Manifest that is currently installed.

RemovableFiles

OUT A list to receive the files that may be removed.

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