Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/Interfaces > API/Runtime/BuildPatchServices/Interfaces/IBuildPatchServicesModule
References
Module | BuildPatchServices |
Header | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h |
Include | #include "Interfaces/IBuildPatchServicesModule.h" |
bool CompactifyCloudDirectory
&40;
const BuildPatchServices::FCompactifyConfiguration & Configuration
&41;
Remarks
Processes a Cloud Directory to identify and delete any orphaned chunks or files. NOTE: THIS function is blocking and will not return until finished. true if successful.
Parameters
Name | Description |
---|---|
Configuration | Specifies the settings for the operation. See BuildPatchServices::FCompactifyConfiguration comments. |