Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Stats
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Stats/Stats2.h |
| Include | #include "Stats/Stats2.h" |
Syntax
struct FStats
Remarks
Helper struct that contains method available even when the stats are disabled.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AdvanceFrame
(
bool bDiscardCallstack, |
Advances stats for the current frame. | |
| bool | |||
| bool | |||
| bool | |||
| void | Advances stats for commandlets, only valid if the command line has the proper token. |
Typedefs
| Name | Description |
|---|---|
| FOnAdvanceRenderingThreadStats | Delegate to fire every time we need to advance the stats for the rendering thread. |
Constants
| Name | Description |
|---|---|
| GameThreadStatsFrame | Current game thread stats frame. |