Navigation
Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > ViewModels
Inheritance Hierarchy
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h |
Include | #include "Insights/ViewModels/GraphTrackEvent.h" |
Syntax
class FGraphTrackEvent : public [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent)
Constructors
Type | Name | Description |
---|---|---|
FGraphTrackEvent ( const TSharedRef< const FGraphTrack..., const TSharedRef< const FGraphSerie..., const FGraphSeriesEvent& InSeriesE... ) |
Destructors
Type | Name | Description |
---|---|---|
~FGraphTrackEvent () |
Functions
Type | Name | Description |
---|---|---|
const TShare... | GetSeries () | |
const FGraph... | GetSeriesEvent () | |
const FName ... | GetStaticTypeName () | |
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 TShare... | GetTrack () | |
const FName ... | GetTypeName () | |
bool | IsKindOf ( const FName& InTypeName ) |
Constants
Name | Description |
---|---|
TypeName |