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 FGraphLine
Remarks
Graph Line data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | Color | The color to graph this data with. | |
| TArray< FVector2D > | Data | The list of data to plot. | |
| FVector2D | LeftExtreme | Left extreme value. | |
| FString | LineName | The event name. | |
| FVector2D | RightExtreme | Right extreme value. |