Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging > API/Runtime/Core/ProfilingDebugging/FCookStats > API/Runtime/Core/ProfilingDebugging/FCookStats/CallStats
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/CookStats.h |
| Include | #include "ProfilingDebugging/CookStats.h" |
Syntax
enum EHitOrMiss
{
Hit,
Miss,
MaxValue,
}
Values
| Name | Description |
|---|---|
| Hit | |
| Miss | |
| MaxValue |
Remarks
One group of accumulators for hits and misses.