ITimingEventFilter

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

TraceInsights

Header

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

Include

#include "Insights/ViewModels/ITimingEvent.h"

Syntax

class ITimingEventFilter

Functions

Name Description

Public function Const

const Type &

 

As()

Public function

Type &

 

As()

Public function Const

bool

 

FilterEvent

(
    const ITimingEvent& InEvent
)

Returns true if the timing event passes the filter.

Public function Const

bool

 

FilterEvent

(
    double InEventStartTime,
    double InEventEndTime,
    uint32 InEventDepth,
    const TCHAR* InEventName,
    uint64 InEventType,
    uint32 InEventColor
)

Public function Const

bool

 

FilterTrack

(
    const FBaseTimingTrack& InTrack
)

Returns true if the track passes the filter.

Public function Const

uint32

 

GetChangeNumber()

Returns a number that changes each time an attribute of this filter changes.

Public function Static

const FName ...

 

GetStaticTypeName()

Public function Virtual Const

const FName ...

 

GetTypeName()

Public function Const

bool

 

Is()

Public function Virtual Const

bool

 

IsKindOf

(
    const FName& InTypeName
)

Constants

Name

Description

TypeName

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