Navigation
API > API/Runtime > API/Runtime/Engine
Graph Line data.
| Name | FGraphLine |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Debug/ReporterGraph.h |
| Include Path | #include "Debug/ReporterGraph.h" |
Syntax
struct FGraphLine
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Color | FLinearColor | The color to graph this data with. | Debug/ReporterGraph.h | |
| Data | TArray< FVector2D > | The list of data to plot. | Debug/ReporterGraph.h | |
| LeftExtreme | FVector2D | Left extreme value. | Debug/ReporterGraph.h | |
| LineName | FString | The event name. | Debug/ReporterGraph.h | |
| RightExtreme | FVector2D | Right extreme value. | Debug/ReporterGraph.h |