Navigation
API > API/Developer > API/Developer/TraceInsights
| Name | FGraphValueViewport |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h |
| Include Path | #include "Insights/ViewModels/GraphSeries.h" |
Syntax
class FGraphValueViewport
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BaselineY | double | Insights/ViewModels/GraphSeries.h | ||
| ScaleY | double | Insights/ViewModels/GraphSeries.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double GetBaselineY() |
Insights/ViewModels/GraphSeries.h | ||
float GetRoundedYForValue
(
double Value |
Insights/ViewModels/GraphSeries.h | ||
double GetScaleY() |
Insights/ViewModels/GraphSeries.h | ||
double GetValueForY
(
float Y |
Insights/ViewModels/GraphSeries.h | ||
float GetYForValue
(
double Value |
Insights/ViewModels/GraphSeries.h | ||
void SetBaselineY
(
const double InBaselineY |
Insights/ViewModels/GraphSeries.h | ||
void SetScaleY
(
const double InScaleY |
Insights/ViewModels/GraphSeries.h |