Navigation
API > API/Runtime > API/Runtime/BuildPatchServices > API/Runtime/BuildPatchServices/IChunkDeltaOptimiser
Description
Executes the delta optimization. The process takes a pair of manifests to produce additional delta data which reduces the download size to patch directly between them. NOTE: This function is blocking and will not return until finished.
| Name | Run |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IChunkDeltaOptimiser.h |
| Include Path | #include "Interfaces/IChunkDeltaOptimiser.h" |
bool Run()
true if successful.