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. |