Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
Defines a list of all options for the diff manifests task.
| Name | FDiffManifestsConfiguration |
| Type | struct |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h |
| Include Path | #include "BuildPatchSettings.h" |
Syntax
struct FDiffManifestsConfiguration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDiffManifestsConfiguration() |
Default constructor | BuildPatchSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEmitInstallTime | bool | If true, emit simulated installation time estimations. | BuildPatchSettings.h | |
| bOnlyPatchDescriptors | bool | If true, only emit patch descriptors and not the entirety of the diff manifests output. | BuildPatchSettings.h | |
| bRequireOptimizedDelta | bool | If true, the tool will throw an error if the optimized delta file is missing. | BuildPatchSettings.h | |
| CompareTagSets | TArray< TSet< FString > > | Tag sets that will be used to calculate additional differential size statistics between manifests. | 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 | |
| OutputFilePath | FString | A full file path where a JSON object will be saved for the diff details.Empty string if not desired. | BuildPatchSettings.h | |
| OutputPatchDescriptorPath | FString | A destination base directory to use for writing out patch description files for the patch between the two manifest. | BuildPatchSettings.h | |
| TagSetA | TSet< FString > | The tag set to use to filter desired files from ManifestA. | BuildPatchSettings.h | |
| TagSetB | TSet< FString > | The tag set to use to filter desired files from ManifestB. | BuildPatchSettings.h |