FGraphTrackEvent::Equals

Virtual bool IsValidTrack() const override { return Track.IsValid(); } virtual bool IsValid() const override { return Track.IsValid() && Series.IsValid(); }

Windows
MacOS
Linux

Override Hierarchy

ITimingEvent::Equals()

FGraphTrackEvent::Equals()

References

Module

TraceInsights

Header

/Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrackEvent.h

Include

#include "Insights/ViewModels/GraphTrackEvent.h"

Syntax

virtual bool Equals
(
    const ITimingEvent & Other
) const

Remarks

Virtual bool IsValidTrack() const override { return Track.IsValid(); } virtual bool IsValid() const override { return Track.IsValid() && Series.IsValid(); }

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss