Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FDerivedDataCacheInterface
Description
Returns whether 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!
| Name | CachedDataProbablyExistsBatch |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheInterface.h |
| Include Path | #include "DerivedDataCacheInterface.h" |
TBitArray CachedDataProbablyExistsBatch
(
TConstArrayView< FString > CacheKeys
)
A bit array with bits indicating whether the data for the corresponding key will probably be found
Parameters
| Name | Remarks |
|---|---|
| CacheKeys | Keys to see if data probably exists. |