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 FDiffManifestsConfiguration
Remarks
Defines a list of all options for the diff manifests task.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSet< FString > > | CompareTagSets | Tag sets that will be used to calculate additional differential size statistics between manifests. | |
| 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. | |
| FString | OutputFilePath | A full file path where a JSON object will be saved for the diff details.Empty string if not desired. | |
| TSet< FString > | TagSetA | The tag set to use to filter desired files from ManifestA. | |
| TSet< FString > | TagSetB | The tag set to use to filter desired files from ManifestB. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor |