Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FDerivedDataCacheInterface
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h |
| Include | #include "DerivedDataCacheInterface.h" |
bool AllCachedDataProbablyExists
(
TConstArrayView< FString > CacheKeys
)
Remarks
Returns true if the data associated with each key is likely to exist in the cache. Even if this function returns true, a get for one of the keys may still fail!
Parameters
| Name | Description |
|---|---|
| CacheKeys | Keys to see if data probably exists. |