Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/FGraphTrack
Description
PostUpdate callback called each frame, but only if the track is visible. Track should update here its "hovered" state.
Virtual Inheritance
- FBaseTimingTrack::PostUpdate → FGraphTrack::PostUpdate
| Name | PostUpdate |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h |
| Include Path | #include "Insights/ViewModels/GraphTrack.h" |
| Source | /Engine/Source/Developer/TraceInsights/Private/Insights/ViewModels/GraphTrack.cpp |
virtual void PostUpdate
(
const ITimingTrackUpdateContext & Context
)