FGraphSeries

Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > ViewModels

References

   
Module TraceInsights
Header /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h
Include #include "Insights/ViewModels/GraphSeries.h"

Syntax

class FGraphSeries  

Variables

Type Name Description
TArray< FBox > Boxes  
TArray< FGraphS... Events  
TArray< TArray<... LinePoints  
TArray< FVector... Points  

Constructors

Type Name Description
  FGraphSeries ()  

Destructors

Type Name Description
  ~FGraphSeries ()  

Functions

Type Name Description
void ClearDirtyFlag ()  
void ComputeBaselineAndScale ( const double InLowValue, const double InHighValue, const float InTopY, const float InBottomY, double& OutBaselineY, double& OutScaleY ) Compute BaselineY and ScaleY so the [Low, High] Value range will correspond to [Top, Bottom] Y position range.
void DisableAutoZoom ()  
void EnableAutoZoom ()  
void EnableSharedViewport ()  
FString FormatValue ( double Value )  
double GetBaselineY ()  
const FLinea... GetBorderColor ()  
const FLinea... GetColor ()  
const FText ... GetDescription ()  
const FGraph... GetEvent ( const float PosX, const float PosY, const FTimingTrackViewport& Viewpo..., bool bCheckLine, bool bCheckBox )  
const FText ... GetName ()  
float GetRoundedYForValue ( double Value )  
double GetScaleY ()  
double GetValueForY ( float Y )  
float GetYForValue ( double Value )  
bool HasEventDuration ()  
bool IsAutoZoomDirty ()  
bool IsAutoZoomEnabled ()  
bool IsDirty ()  
bool IsUsingSharedViewport ()  
bool IsVisible ()  
void SetBaselineY ( const double InBaselineY )  
void SetColor ( FLinearColor InColor, FLinearColor InBorderColor )  
void SetColor ( FLinearColor InColor, FLinearColor InBorderColor, FLinearColor InFillColor )  
void SetDescription ( const FText& InDescription )  
void SetDescription ( const FString& InDescription )  
void SetDescription ( const TCHAR* InDescription )  
void SetDirtyFlag ()  
void SetHasEventDuration ( bool bOnOff )  
void SetName ( const TCHAR* InName )  
void SetName ( const FText& InName )  
void SetName ( const FString& InName )  
void SetScaleY ( const double InScaleY )  
void SetVisibility ( bool bOnOff )  
void UpdateAutoZoom ( const float InTopY, const float InBottomY, const double InMinEventValue, const double InMaxEventValue, const bool bIsAutoZoomAnimated ) Updates the track's auto-zoom.
bool UpdateAutoZoomEx ( const float InTopY, const float InBottomY, const double InMinEventValue, const double InMaxEventValue, const bool bIsAutoZoomAnimated ) Updates the track's auto-zoom.

Classes

Type Name Description
Public struct FBox  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library