FGraphTrackEvent::Equals

Virtual bool IsValidTrack() const override { return Track.IsValid(); } virtual bool [IsValid() const ](API\Plugins\OptimusCore\IsValid)override { return Track.IsValid() && Series.IsValid(); }

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(); }


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library