Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights > API/Developer/TraceInsights/Insights/ViewModels > API/Developer/TraceInsights/Insights/ViewModels/FBaseTimingTrack
- FBaseTimingTrack::PreUpdate()
- FTimingEventsTrack::PreUpdate()
References
| Module | TraceInsights |
| Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h |
| Include | #include "Insights/ViewModels/BaseTimingTrack.h" |
virtual void PreUpdate
(
const ITimingTrackUpdateContext & Context
)
Remarks
PreUpdate callback called each frame, but only if the track is visible. In this update, neither the position nor the size of the track is yet computed. Track should update here its height.