Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/FGraphSeries
Description
Updates the track's auto-zoom. Returns true if viewport was changed. Sets bIsAutoZoomDirty=true if needs another update.
| Name | UpdateAutoZoomEx |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphSeries.h |
| Include Path | #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
)