FPackageChunksConfiguration

Defines a list of all options for the chunk packaging task.

Windows
MacOS
Linux

References

Module

BuildPatchServices

Header

/Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h

Include

#include "BuildPatchSettings.h"

Syntax

struct FPackageChunksConfiguration

Remarks

Defines a list of all options for the chunk packaging task.

Variables

Name Description

Public variable

FString

 

CloudDir

Cloud directory where chunks to be packaged can be found.

Public variable

EFeatureLevel

 

FeatureLevel

The client feature level to output data for.

Public variable

FString

 

ManifestFilePath

A full file path to the manifest to enumerate chunks from.

Public variable

uint64

 

MaxOutputFileSize

The maximum desired size for each chunkdb file.

Public variable

FString

 

OutputFile

A full file path to the chunkdb file to save. Extension of .chunkdb will be added if not present.

Public variable

FString

 

PrevManifestFilePath

A full file path to a manifest describing a previous build, which will filter out saved chunks for patch only chunkdbs.

Public variable

TSet< FString >

 

PrevTagSet

Optional tagset to filter the files used from PrevManifestFilePath, potentially increasing the number of chunks saved.

Public variable

FString

 

ResultDataFilePath

A full file path to use when saving the json output data.

Public variable

TArray< TSet< F...

 

TagSetArray

Optional list of tagsets to split chunkdb files on. Empty array will include all data as normal.

Constructors

Name Description

Public function

FPackageChunksConfiguration()

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