Navigation
Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > ViewModels > FGraphTrackEvent
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h |
Include | #include "Insights/ViewModels/GraphTrackEvent.h" |
virtual bool Equals ( const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) & Other ) const
Remarks
Virtual bool IsValidTrack() const override { return Track.IsValid(); } virtual bool IsValid() const override { return Track.IsValid() && Series.IsValid(); }