Navigation
Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > ViewModels > FGraphTrack
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h |
Include | #include "Insights/ViewModels/GraphTrack.h" |
Source | /Engine/Source/Developer/TraceInsights/Private/Insights/ViewModels/GraphTrack.cpp |
virtual void DrawEvent ( const [ITimingTrackDrawContext](API\Developer\TraceInsights\Insights\ViewModels\ITimingTrackDrawContext) & Context, const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) & InTimingEvent, [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) InDrawMode ) const
Remarks
Draw a single event (can be used to draw only the highlight for a selected and/or hovered event).