FGraphThreshold

Graph Line data.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Debug/ReporterGraph.h

Include

#include "Debug/ReporterGraph.h"

Syntax

struct FGraphThreshold

Remarks

Graph Line data.

Variables

Name Description

Public variable

FLinearColor

 

Color

The color of the threshold.

Public variable

float

 

Threshold

The threshold amount.

Public variable

FString

 

ThresholdName

The Threshold name.

Constructors

Name Description

Public function

FGraphThreshold()

Public function

FGraphThreshold

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss