FDerivedDataCacheInterface::MarkTransient

Hint that the data associated with the key is transient and may be optionally purged from the cache.

Windows
MacOS
Linux

References

Module

DerivedDataCache

Header

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

Include

#include "DerivedDataCacheInterface.h"

Syntax

void MarkTransient
(
    const TCHAR * CacheKey
)

Remarks

Hint that the data associated with the key is transient and may be optionally purged from the cache.

Parameters

Parameter

Description

CacheKey

Key that is associated with transient 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