Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces > API/Runtime/BuildPatchServices/Interfaces/IBuildManifest
References
| Module | BuildPatchServices |
| Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildManifest.h |
| Include | #include "Interfaces/IBuildManifest.h" |
void GetOutdatedFiles
&40;
const IBuildManifestRef & OldManifest,
TSet< FString > & OutdatedFiles
&41; const
Remarks
Gets a list of files that were installed with the Old Manifest, but no longer required by this Manifest.
Parameters
| Name | Description |
|---|---|
| OldManifest | IN The Build Manifest that is currently installed. |
| RemovableFiles | OUT A list to receive the files that may be removed. |