FCompactifyConfiguration

Defines a list of all options for the cloud directory compactifier task.

Windows
MacOS
Linux

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

Name Description

Public variable

bool

 

bRunPreview

If ran in preview mode, then the process will run in logging mode only - no files will be deleted.

Public variable

FString

 

CloudDirectory

The path to the directory to compactify.

Public variable

float

 

DataAgeThreshold

Chunks which are not referenced by a valid manifest, and which are older than this age(in days), will be deleted.

Public variable

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

Name Description

Public function

FCompactifyConfiguration()

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