Navigation
API > API/Developer > API/Developer/TraceInsights
| Name | FTimingEventsTrack |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventsTrack.h |
| Include Path | #include "Insights/ViewModels/TimingEventsTrack.h" |
Syntax
class FTimingEventsTrack : public FBaseTimingTrack
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FBaseTimingTrack → FTimingEventsTrack
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
INSIGHTS_DECLARE_RTTI(FTimingEventsTrack, FBaseTimingTrack, UE_API) public FTimingEventsTrack
(
const FString& InTrackName |
Insights/ViewModels/TimingEventsTrack.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FTimingEventsTrack() |
Insights/ViewModels/TimingEventsTrack.h |
Structs
| Name | Remarks |
|---|---|
| FFilteredDrawStateInfo |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bUseDownSampling | bool | Insights/ViewModels/TimingEventsTrack.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DrawState | TSharedRef< struct FTimingEventsTrackDrawState > | Insights/ViewModels/TimingEventsTrack.h | ||
| FilteredDrawState | TSharedRef< struct FTimingEventsTrackDrawState > | Insights/ViewModels/TimingEventsTrack.h | ||
| FilteredDrawStateInfo | FFilteredDrawStateInfo | Insights/ViewModels/TimingEventsTrack.h | ||
| NumLanes | int32 | Insights/ViewModels/TimingEventsTrack.h |
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawEvents
(
const ITimingTrackDrawContext& Context, |
Insights/ViewModels/TimingEventsTrack.h | ||
void DrawHeader
(
const ITimingTrackDrawContext& Context |
Insights/ViewModels/TimingEventsTrack.h | ||
void DrawMarkers
(
const ITimingTrackDrawContext& Context, |
Insights/ViewModels/TimingEventsTrack.h | ||
void DrawSelectedEventInfo
(
const FString& InText, |
Insights/ViewModels/TimingEventsTrack.h | ||
void DrawSelectedEventInfoEx
(
const FString& InText, |
Insights/ViewModels/TimingEventsTrack.h | ||
const FTimingEventsTrackDrawState & GetDrawState() |
Insights/ViewModels/TimingEventsTrack.h | ||
virtual const TSharedPtr< const ITimingEvent > GetEvent
(
double InTime, |
Insights/ViewModels/TimingEventsTrack.h | ||
const FTimingEventsTrackDrawState & GetFilteredDrawState() |
Insights/ViewModels/TimingEventsTrack.h | ||
float GetFilteredDrawStateOpacity() |
Insights/ViewModels/TimingEventsTrack.h | ||
int32 GetHeaderBackgroundLayerId
(
const ITimingTrackDrawContext& Context |
Insights/ViewModels/TimingEventsTrack.h | ||
int32 GetHeaderTextLayerId
(
const ITimingTrackDrawContext& Context |
Insights/ViewModels/TimingEventsTrack.h | ||
virtual int32 GetMaxDepth() |
Can be overridden to force a max depth for the track. | Insights/ViewModels/TimingEventsTrack.h | |
int32 GetNumLanes() |
Insights/ViewModels/TimingEventsTrack.h | ||
virtual bool HasCustomFilter() |
Insights/ViewModels/TimingEventsTrack.h | ||
void SetNumLanes
(
int32 InNumLanes |
Insights/ViewModels/TimingEventsTrack.h | ||
bool UpdateFilteredDrawStateOpacity() |
Insights/ViewModels/TimingEventsTrack.h | ||
void UpdateTrackHeight
(
const ITimingTrackUpdateContext& Context |
Insights/ViewModels/TimingEventsTrack.h |