FGraphSeries::UpdateAutoZoomEx

Updates the track's auto-zoom.

Windows
MacOS
Linux

References

Module

TraceInsights

Header

/Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h

Include

#include "Insights/ViewModels/GraphSeries.h"

Source

/Engine/Source/Developer/TraceInsights/Private/Insights/ViewModels/GraphSeries.cpp

Syntax

bool UpdateAutoZoomEx
(
    const float InTopY,
    const float InBottomY,
    const double InMinEventValue,
    const double InMaxEventValue,
    const bool bIsAutoZoomAnimated
)

Remarks

Updates the track's auto-zoom. Returns true if viewport was changed. Sets bIsAutoZoomDirty=true if needs another update.

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