Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
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
| Type | Name | Description | |
|---|---|---|---|
| FString | CloudDirectory | The cloud directory that all patch data will be saved to. An empty value will use ManifestB's directory. | |
| uint64 | DiffAbortThreshold | A threshold for the original delta size, for which we would abort and not process. | |
| FString | ManifestAUri | A full file or http path for the manifest to be used as the source build. | |
| FString | ManifestBUri | A full file or http path for the manifest to be used as the destination build. | |
| uint32 | OutputChunkSize | The chunk size to use for saving new diff data. | |
| uint32 | ScanWindowSize | The window size to use for find new matches. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor |