FGraphSeries::UpdateAutoZoomEx

Updates the track's auto-zoom.

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

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library