IBuildPatchServicesModule::OptimiseChunkDelta

Process a pair of manifests to produce additional delta data which reduces the patch directly between them.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/Interfaces/IBuildPatchServicesModule.h

Include

#include "Interfaces/IBuildPatchServicesModule.h"

Syntax

bool OptimiseChunkDelta
(
    const BuildPatchServices::FChunkDeltaOptimiserConfiguration & Configuration
)

Remarks

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.

Returns

true if successful.

Parameters

Parameter

Description

Configuration

Specifies the settings for the operation. See BuildPatchServices::FChunkDeltaOptimiserConfiguration comments.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss