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 FCompactifyConfiguration
Remarks
Defines a list of all options for the cloud directory compactifier task.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bRunPreview | If ran in preview mode, then the process will run in logging mode only - no files will be deleted. |
![]() |
FString | CloudDirectory | The path to the directory to compactify. |
![]() |
float | DataAgeThreshold | Chunks which are not referenced by a valid manifest, and which are older than this age(in days), will be deleted. |
![]() |
FString | DeletedChunkLogFile | 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. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor |