Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCookStats > API/Runtime/Core/FCookStats/FScopedStatsCounter
Description
Call to indicate a Get or Put "cache miss". This is optional, as a Miss is assumed by the timer. Some calls by definition don't have hits or misses.
| Name | AddMiss |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/CookStats.h |
| Include Path | #include "ProfilingDebugging/CookStats.h" |
void AddMiss
(
int64 InBytesProcessed
)