FTimingEventsTrack

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

Type Name Description
void BuildDrawState ( ITimingEventsTrackDrawStateBuilder ..., const ITimingTrackUpdateContext& C... )  
void BuildFilteredDrawState ( ITimingEventsTrackDrawStateBuilder ..., const ITimingTrackUpdateContext& C... )  
void DrawEvents ( const ITimingTrackDrawContext& Con..., const float OffsetY )  
void DrawHeader ( const ITimingTrackDrawContext& Con... )  
void DrawMarkers ( const ITimingTrackDrawContext& Con..., float LineY, float LineH )  
void DrawSelectedEventInfo ( const FString& InText, const FTimingTrackViewport& Viewpo..., const FDrawContext& DrawContext, const FSlateBrush* WhiteBrush, const FSlateFontInfo& Font )  
const FTimin... GetDrawState ()  
const TShare... GetEvent ( double InTime, double SecondsPerPixel, int32 Depth )  
const FTimin... GetFilteredDrawState ()  
float GetFilteredDrawStateOpacity ()  
int32 GetHeaderBackgroundLayerId ( const ITimingTrackDrawContext& Con... )  
int32 GetHeaderTextLayerId ( const ITimingTrackDrawContext& Con... )  
int32 GetNumLanes ()  
const FName ... GetStaticTypeName ()  
bool HasCustomFilter ()  
void SetNumLanes ( int32 InNumLanes )  
bool UpdateFilteredDrawStateOpacity ()  
void UpdateTrackHeight ( const ITimingTrackUpdateContext& C... )  

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  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library