Navigation
Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > ViewModels
Inheritance Hierarchy
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventsTrack.h |
Include | #include "Insights/ViewModels/TimingEventsTrack.h" |
Syntax
class FTimingEventsTrack : public [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack)
Constructors
Type | Name | Description |
---|---|---|
FTimingEventsTrack () | ||
FTimingEventsTrack ( const FString& InTrackName ) |
Destructors
Type | Name | Description |
---|---|---|
~FTimingEventsTrack () |
Functions
Overridden from FBaseTimingTrack
Type | Name | Description |
---|---|---|
void | Draw ( const ITimingTrackDrawContext& Con... ) | Draw callback (called from OnPaint) to draw the track's content. |
void | DrawEvent ( const ITimingTrackDrawContext& Con..., const ITimingEvent& InTimingEvent, EDrawEventMode InDrawMode ) | Draw a single event (can be used to draw only the highlight for a selected and/or hovered event). |
const TShare... | GetEvent ( float InPosX, float InPosY, const FTimingTrackViewport& Viewpo... ) | Gets the event at a specified position. |
TSharedPtr< ... | GetFilterByEvent ( const TSharedPtr< const ITimingEven... ) | Get the filter object for filtering all events similar with a specified event. Used when double clicked on an event. |
const FName ... | GetTypeName () | |
bool | IsKindOf ( const FName& InTypeName ) | |
void | PostDraw ( const ITimingTrackDrawContext& Con... ) | PostDraw callback (called from OnPaint) to draw something in the foreground. |
void | PostUpdate ( const ITimingTrackUpdateContext& C... ) | PostUpdate callback called each frame, but only if the track is visible. |
void | PreUpdate ( const ITimingTrackUpdateContext& C... ) | PreUpdate callback called each frame, but only if the track is visible. |
void | Reset () |
Constants
Name | Description |
---|---|
bUseDownSampling | |
TypeName |