IBuildManifest::GetRemovableFiles

Gets a list of files that are installed in InstallPath, 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 TCHAR * InstallPath,
    TArray< FString > & RemovableFiles
) const

Remarks

Gets a list of files that are installed in InstallPath, but no longer required by this Manifest.

Parameters

Parameter

Description

InstallPath

IN The path to the currently installed files.

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