FDDCCleanup::AddFilesystem

Adds DDC filesystem to clean up.

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

/Engine/Source/Developer/DerivedDataCache/Public/DDCCleanup.h

Include

#include "DDCCleanup.h"

Source

/Engine/Source/Developer/DerivedDataCache/Private/DDCCleanup.cpp

Syntax

void AddFilesystem
(
    FString & InCachePath,
    int32 InDaysToDelete,
    int32 InMaxNumFoldersToCheck,
    int32 InMaxContinuousFileChecks
)

Remarks

Adds DDC filesystem to clean up.

Parameters

Parameter

Description

InCachePath

Filesystem path.

InDaysToDelete

Number of days since last access time to consider a file as unused.

InMaxContinuousFileChecks

Number of files to check without pausing.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss