Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces > API/Runtime/BuildPatchServices/Interfaces/IBuildManifest > API/Runtime/BuildPatchServices/Interfaces/IBuildManifest/GetRemovableFiles
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include | #include "Interfaces/IBuildManifest.h" |
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
| Name | Description |
|---|---|
| InstallPath | IN The path to the currently installed files. |
| RemovableFiles | OUT A list to receive the files that may be removed. |