Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- IPerformanceDataConsumer
- FPerformanceTrackingChart
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ChartCreation.h |
| Include | #include "ChartCreation.h" |
Syntax
class IPerformanceDataConsumer
Remarks
This is an interface for any consumer of per-frame performance data such as FPS charts, PerfCounters, analytics, etc...
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ProcessFrame
(
const FFrameData& FrameData |
||
| void | |||
| void | StopCharting () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FFrameData |