FDerivedDataCacheInterface::MarkTransient

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

Unreal Engine C++ API Reference > Developer > DerivedDataCache > FDerivedDataCacheInterface

References

   
Module DerivedDataCache
Header /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h
Include #include "DerivedDataCacheInterface.h"
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

Name Description
CacheKey Key that is associated with transient data.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library