Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IBuildPatchServicesModule
Description
Process a pair of manifests to produce additional delta data which reduces the patch directly between them. NOTE: This function is blocking and will not return until finished.
| Name | OptimiseChunkDelta |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h |
| Include Path | #include "Interfaces/IBuildPatchServicesModule.h" |
bool OptimiseChunkDelta
(
const BuildPatchServices::FChunkDeltaOptimiserConfiguration & Configuration
)
true if successful.
Parameters
| Name | Remarks |
|---|---|
| Configuration | Specifies the settings for the operation. See BuildPatchServices::FChunkDeltaOptimiserConfiguration comments. |