FBaseTimingTrack::PreUpdate

PreUpdate callback called each frame, but only if the track is visible.

Windows
MacOS
Linux

Override Hierarchy

FBaseTimingTrack::PreUpdate()

FTimingEventsTrack::PreUpdate()

References

Module

TraceInsights

Header

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

Include

#include "Insights/ViewModels/BaseTimingTrack.h"

Syntax

virtual void PreUpdate
(
    const ITimingTrackUpdateContext & Context
)

Remarks

PreUpdate callback called each frame, but only if the track is visible. In this update, neither the postion nor the size of the track is yet computed. Track should update here its height.

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