FDiffManifestsConfiguration

Defines a list of all options for the diff manifests task.

Windows
MacOS
Linux

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

Name Description

Public variable

TArray< TSet< F...

 

CompareTagSets

Tag sets that will be used to calculate additional differential size statistics between manifests.

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

FString

 

OutputFilePath

A full file path where a JSON object will be saved for the diff details.Empty string if not desired.

Public variable

TSet< FString >

 

TagSetA

The tag set to use to filter desired files from ManifestA.

Public variable

TSet< FString >

 

TagSetB

The tag set to use to filter desired files from ManifestB.

Constructors

Name Description

Public function

FDiffManifestsConfiguration()

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