FDerivedDataBackendInterface::RemoveCachedData

Remove data from cache (used in the event that corruption is detected at a higher level and possibly house keeping)

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataBackendInterface.h"

Syntax

void RemoveCachedData
(
    const TCHAR * CacheKey,
    bool bTransient
)

Remarks

Remove data from cache (used in the event that corruption is detected at a higher level and possibly house keeping)

Parameters

Parameter

Description

CacheKey

Alphanumeric+underscore key of this cache item

bTransient

true if the data is transient and it is up to the backend to decide when and if to remove cached data.

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