Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Debug
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Debug/ReporterGraph.h |
| Include | #include "Debug/ReporterGraph.h" |
Syntax
struct FGraphThreshold
Remarks
Graph Line data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | Color | The color of the threshold. | |
| float | Threshold | The threshold amount. | |
| FString | ThresholdName | The Threshold name. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGraphThreshold
(
float InThreshold, |