Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
Defines a list of all options for the patch data enumeration task.
| Name | FPatchDataEnumerationConfiguration |
| Type | struct |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h |
| Include Path | #include "BuildPatchSettings.h" |
Syntax
struct FPatchDataEnumerationConfiguration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPatchDataEnumerationConfiguration() |
Default constructor | BuildPatchSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIncludeSizes | bool | Whether to include files sizes. | BuildPatchSettings.h | |
| InputFile | FString | A full file path for the manifest or chunkdb to enumerate referenced data for. | BuildPatchSettings.h | |
| OutputFile | FString | A full file path to a file where the list will be saved out to. | BuildPatchSettings.h |