Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache > FDerivedDataCacheUsageStats
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheUsageStats.h |
Include | #include "DerivedDataCacheUsageStats.h" |
[FCookStats::FScopedStatsCounter](API\Runtime\Core\ProfilingDebugging\FCookStats\FScopedStatsCounter) TimePrefetch()
Remarks
Call this at the top of the PutCachedData override. auto Timer = TimePut(); Use AddHit on the returned type to track a cache hit.