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

#include <ReporterGraph.h>

Public Member Functions

 FGraphThreshold ()
 
 FGraphThreshold (float InThreshold, const FLinearColor &InColor, FString InName)
 

Public Attributes

float Threshold
 
FLinearColor Color
 
FString ThresholdName
 

Detailed Description

Graph Line data.

Constructor & Destructor Documentation

◆ FGraphThreshold() [1/2]

FGraphThreshold::FGraphThreshold ( )
inline

◆ FGraphThreshold() [2/2]

FGraphThreshold::FGraphThreshold ( float  InThreshold,
const FLinearColor InColor,
FString  InName 
)
inline

Member Data Documentation

◆ Color

FLinearColor FGraphThreshold::Color

The color of the threshold.

◆ Threshold

float FGraphThreshold::Threshold

The threshold amount.

◆ ThresholdName

FString FGraphThreshold::ThresholdName

The Threshold name.


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