Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights > API/Developer/TraceInsights/Insights/ViewModels
Inheritance Hierarchy
- ITimingEvent
- FGraphTrackEvent
References
| Module | TraceInsights |
| Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h |
| Include | #include "Insights/ViewModels/GraphTrackEvent.h" |
Syntax
class FGraphTrackEvent : public ITimingEvent
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGraphTrackEvent
(
const TSharedRef< const FGraphTrack > InTrack, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSharedRef< const FGraphSeries > | GetSeries () |
||
| const FGraphSeriesEvent & | |||
| const FName & | |||
| double | GetValue () |
Overridden from ITimingEvent
| Type | Name | Description | |
|---|---|---|---|
| bool | Equals
(
const ITimingEvent& Other |
Virtual bool IsValidTrack() const override { return Track.IsValid(); } virtual bool IsValid() const override { return Track.IsValid() && Series.IsValid(); } | |
| uint32 | GetDepth () |
||
| double | GetDuration () |
||
| double | GetEndTime () |
||
| double | GetStartTime () |
||
| const TSharedRef< const FBaseTimingTrack > | GetTrack () |
||
| const FName & | GetTypeName () |
||
| bool |
Constants
| Name | Description |
|---|---|
| TypeName |