Navigation
API > API/Developer > API/Developer/TraceInsights
| Name | FGraphSeries |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h |
| Include Path | #include "Insights/ViewModels/GraphSeries.h" |
Syntax
class FGraphSeries
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGraphSeries() |
Insights/ViewModels/GraphSeries.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGraphSeries() |
Insights/ViewModels/GraphSeries.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAutoZoom | bool | Insights/ViewModels/GraphSeries.h | ||
| bHasEventDuration | bool | Insights/ViewModels/GraphSeries.h | ||
| bIsAutoZoomDirty | bool | Insights/ViewModels/GraphSeries.h | ||
| bIsDirty | bool | Insights/ViewModels/GraphSeries.h | ||
| bIsVisible | bool | Insights/ViewModels/GraphSeries.h | ||
| BorderColor | FLinearColor | Insights/ViewModels/GraphSeries.h | ||
| bUseSharedViewport | bool | Insights/ViewModels/GraphSeries.h | ||
| Color | FLinearColor | Insights/ViewModels/GraphSeries.h | ||
| Description | FText | Insights/ViewModels/GraphSeries.h | ||
| FillColor | FLinearColor | Insights/ViewModels/GraphSeries.h | ||
| Name | FText | Insights/ViewModels/GraphSeries.h | ||
| ValueViewport | FGraphValueViewport | Insights/ViewModels/GraphSeries.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearDirtyFlag() |
Insights/ViewModels/GraphSeries.h | ||
void ComputeBaselineAndScale
(
const double InLowValue, |
Compute BaselineY and ScaleY so the [Low, High] Value range will correspond to [Top, Bottom] Y position range. | Insights/ViewModels/GraphSeries.h | |
void DisableAutoZoom() |
Insights/ViewModels/GraphSeries.h | ||
void EnableAutoZoom() |
Insights/ViewModels/GraphSeries.h | ||
void EnableSharedViewport() |
Insights/ViewModels/GraphSeries.h | ||
virtual FString FormatValue
(
double Value |
Insights/ViewModels/GraphSeries.h | ||
double GetBaselineY() |
Insights/ViewModels/GraphSeries.h | ||
const FLinearColor & GetBorderColor() |
Insights/ViewModels/GraphSeries.h | ||
const FLinearColor & GetColor() |
Insights/ViewModels/GraphSeries.h | ||
const FText & GetDescription() |
Insights/ViewModels/GraphSeries.h | ||
const FGraphSeriesEvent * GetEvent
(
const float PosX, |
Insights/ViewModels/GraphSeries.h | ||
const FLinearColor & GetFillColor() |
Insights/ViewModels/GraphSeries.h | ||
virtual double GetHighThresholdValue() |
Insights/ViewModels/GraphSeries.h | ||
virtual double GetLowThresholdValue() |
Insights/ViewModels/GraphSeries.h | ||
const FText & GetName() |
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 | ||
bool HasEventDuration() |
Insights/ViewModels/GraphSeries.h | ||
virtual bool HasHighThresholdValue() |
Insights/ViewModels/GraphSeries.h | ||
virtual bool HasLowThresholdValue() |
Insights/ViewModels/GraphSeries.h | ||
bool IsAutoZoomDirty() |
Insights/ViewModels/GraphSeries.h | ||
bool IsAutoZoomEnabled() |
Insights/ViewModels/GraphSeries.h | ||
bool IsDirty() |
Insights/ViewModels/GraphSeries.h | ||
bool IsUsingSharedViewport() |
Insights/ViewModels/GraphSeries.h | ||
bool IsVisible() |
Insights/ViewModels/GraphSeries.h | ||
void ResetAutoZoomDirty() |
Insights/ViewModels/GraphSeries.h | ||
virtual void ResetHighThresholdValue() |
Insights/ViewModels/GraphSeries.h | ||
virtual void ResetLowThresholdValue() |
Insights/ViewModels/GraphSeries.h | ||
void SetAutoZoomDirty() |
Insights/ViewModels/GraphSeries.h | ||
void SetBaselineY
(
const double InBaselineY |
Insights/ViewModels/GraphSeries.h | ||
void SetColor
(
const FLinearColor& InColor |
Insights/ViewModels/GraphSeries.h | ||
void SetColor
(
const FLinearColor& InColor, |
Insights/ViewModels/GraphSeries.h | ||
void SetColor
(
const FLinearColor& InColor, |
Insights/ViewModels/GraphSeries.h | ||
void SetDescription
(
const FText& InDescription |
Insights/ViewModels/GraphSeries.h | ||
void SetDescription
(
const FString& InDescription |
Insights/ViewModels/GraphSeries.h | ||
void SetDescription
(
const TCHAR* InDescription |
Insights/ViewModels/GraphSeries.h | ||
void SetDirtyFlag() |
Insights/ViewModels/GraphSeries.h | ||
void SetHasEventDuration
(
bool bOnOff |
Insights/ViewModels/GraphSeries.h | ||
virtual void SetHighThresholdValue
(
double InValue |
Insights/ViewModels/GraphSeries.h | ||
virtual void SetLowThresholdValue
(
double InValue |
Insights/ViewModels/GraphSeries.h | ||
void SetName
(
const TCHAR* InName |
Insights/ViewModels/GraphSeries.h | ||
| Insights/ViewModels/GraphSeries.h | |||
| Insights/ViewModels/GraphSeries.h | |||
void SetScaleY
(
const double InScaleY |
Insights/ViewModels/GraphSeries.h | ||
virtual void SetVisibility
(
bool bOnOff |
Insights/ViewModels/GraphSeries.h | ||
void UpdateAutoZoom
(
const float InTopY, |
Updates the track's auto-zoom. Does nothing if IsAutoZoomEnabled() is false. | Insights/ViewModels/GraphSeries.h | |
bool UpdateAutoZoomEx
(
const float InTopY, |
Updates the track's auto-zoom. | Insights/ViewModels/GraphSeries.h |