Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
Defines a list of all options for the chunk delta optimisation task.
| Name | FChunkDeltaOptimiserConfiguration |
| Type | struct |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h |
| Include Path | #include "BuildPatchSettings.h" |
Syntax
struct FChunkDeltaOptimiserConfiguration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChunkDeltaOptimiserConfiguration() |
Default constructor | BuildPatchSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CloudDirectory | FString | The cloud directory that all patch data will be saved to. An empty value will use ManifestB's directory. | BuildPatchSettings.h | |
| DiffAbortThreshold | uint64 | A threshold for the original delta size, for which we would abort and not process. | BuildPatchSettings.h | |
| ManifestAUri | FString | A full file or http path for the manifest to be used as the source build. | BuildPatchSettings.h | |
| ManifestBUri | FString | A full file or http path for the manifest to be used as the destination build. | BuildPatchSettings.h | |
| OutputChunkSize | uint32 | The chunk size to use for saving new diff data. | BuildPatchSettings.h | |
| ScanWindowSize | uint32 | The window size to use for find new matches. | BuildPatchSettings.h |