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