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 FPackageChunksConfiguration
Remarks
Defines a list of all options for the chunk packaging task.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | CloudDir | Cloud directory where chunks to be packaged can be found. | |
| EFeatureLevel | FeatureLevel | The client feature level to output data for. | |
| FString | ManifestFilePath | A full file path to the manifest to enumerate chunks from. | |
| uint64 | MaxOutputFileSize | The maximum desired size for each chunkdb file. | |
| FString | OutputFile | A full file path to the chunkdb file to save. Extension of .chunkdb will be added if not present. | |
| FString | PrevManifestFilePath | A full file path to a manifest describing a previous build, which will filter out saved chunks for patch only chunkdbs. | |
| TSet< FString > | PrevTagSet | Optional tagset to filter the files used from PrevManifestFilePath, potentially increasing the number of chunks saved. | |
| FString | ResultDataFilePath | A full file path to use when saving the json output data. | |
| TArray< TSet< FString > > | TagSetArray | Optional list of tagsets to split chunkdb files on. Empty array will include all data as normal. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor |