Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FDerivedDataCacheInterface
Description
Returns true if the data associated with the key is likely to exist in the cache. Even if this function returns true, a get for this key may still fail!
| Name | CachedDataProbablyExists |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h |
| Include Path | #include "DerivedDataCacheInterface.h" |
bool CachedDataProbablyExists
(
const TCHAR * CacheKey
)
Parameters
| Name | Remarks |
|---|---|
| CacheKey | Key to see if data probably exists. |