Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/FRandomGraphTrack
Description
Update callback called each frame, but only if the track is visible. In this update, it is assumed the track position and the track size are valid.
Virtual Inheritance
- FBaseTimingTrack::Update → FRandomGraphTrack::Update
| Name | Update |
| 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 Update
(
const ITimingTrackUpdateContext & Context
)