Navigation
API > API/Runtime > API/Runtime/BuildPatchServices
Defines a list of all options for the cloud directory compactifier task.
| Name | FCompactifyConfiguration |
| Type | struct |
| Header File | /Engine/Source/Runtime/Online/BuildPatchServices/Public/BuildPatchSettings.h |
| Include Path | #include "BuildPatchSettings.h" |
Syntax
struct FCompactifyConfiguration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCompactifyConfiguration() |
Default constructor | BuildPatchSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRunPreview | bool | If ran in preview mode, then the process will run in logging mode only - no files will be deleted. | BuildPatchSettings.h | |
| CloudDirectory | FString | The path to the directory to compactify. | BuildPatchSettings.h | |
| DataAgeThreshold | float | Chunks which are not referenced by a valid manifest, and which are older than this age(in days), will be deleted. | BuildPatchSettings.h | |
| DeletedChunkLogFile | FString | The full path to a file to which a list of all chunk files deleted by compactify will be written.The output filenames will be relative to the cloud directory. | BuildPatchSettings.h |