GetRemovableFiles

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

void

 

GetRemovableFiles

(
    const IBuildManifestRef& OldManife...,
    TArray< FString >& RemovableFiles
)

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

Public function Const

void

 

GetRemovableFiles

(
    const TCHAR* InstallPath,
    TArray< FString >& RemovableFiles
)

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

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