FChunkDeltaOptimiserConfiguration

Defines a list of all options for the chunk delta optimisation task.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h

Include

#include "BuildPatchSettings.h"

Syntax

struct FChunkDeltaOptimiserConfiguration

Remarks

Defines a list of all options for the chunk delta optimisation task.

Variables

Name Description

Public variable

FString

 

CloudDirectory

The cloud directory that all patch data will be saved to. An empty value will use ManifestB's directory.

Public variable

uint64

 

DiffAbortThreshold

A threshold for the original delta size, for which we would abort and not process.

Public variable

FString

 

ManifestAUri

A full file or http path for the manifest to be used as the source build.

Public variable

FString

 

ManifestBUri

A full file or http path for the manifest to be used as the destination build.

Public variable

uint32

 

OutputChunkSize

The chunk size to use for saving new diff data.

Public variable

uint32

 

ScanWindowSize

The window size to use for find new matches.

Constructors

Name Description

Public function

FChunkDeltaOptimiserConfiguration()

Default constructor

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