UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGraphLine Struct Reference

#include <ReporterGraph.h>

Public Attributes

TArray< FVector2DData
 
FLinearColor Color
 
FVector2D LeftExtreme
 
FVector2D RightExtreme
 
FString LineName
 

Detailed Description

Graph Line data.

Member Data Documentation

◆ Color

FLinearColor FGraphLine::Color

The color to graph this data with.

◆ Data

TArray<FVector2D> FGraphLine::Data

The list of data to plot.

◆ LeftExtreme

FVector2D FGraphLine::LeftExtreme

Left extreme value.

◆ LineName

FString FGraphLine::LineName

The event name.

◆ RightExtreme

FVector2D FGraphLine::RightExtreme

Right extreme value.


The documentation for this struct was generated from the following file: