Navigation
Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > ViewModels
Inheritance Hierarchy
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h |
Include | #include "Insights/ViewModels/TimingEvent.h" |
Syntax
class FTimingEventFilter : public [ITimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\ITimingEventFilter)
Variables
Type | Name | Description |
---|---|---|
bool | bFilterByTrackInstance | |
bool | bFilterByTrackTypeName | |
uint32 | ChangeNumber | |
TSharedPtr< FBa... | TrackInstance | |
FName | TrackTypeName |
Constructors
Type | Name | Description |
---|---|---|
FTimingEventFilter () | ||
FTimingEventFilter ( const FTimingEventFilter& ) | ||
FTimingEventFilter ( FTimingEventFilter&& ) |
Destructors
Type | Name | Description |
---|---|---|
~FTimingEventFilter () |
Functions
Type | Name | Description |
---|---|---|
const FName ... | GetStaticTypeName () | |
TSharedPtr< ... | GetTrackInstance () | |
const FName ... | GetTrackTypeName () | |
bool | IsFilteringByTrackInstance () | |
bool | IsFilteringByTrackTypeName () | |
void | SetFilterByTrackInstance ( bool bInFilterByTrackInstance ) | |
void | SetFilterByTrackTypeName ( bool bInFilterByTrackTypeName ) | |
void | SetTrackInstance ( TSharedPtr< FBaseTimingTrack > InTr... ) | |
void | SetTrackTypeName ( const FName InTrackTypeName ) |
Overridden from ITimingEventFilter
Type | Name | Description |
---|---|---|
bool | FilterEvent ( double InEventStartTime, double InEventEndTime, uint32 InEventDepth, const TCHAR* InEventName, uint64 InEventType, uint32 InEventColor ) | |
bool | FilterEvent ( const ITimingEvent& InEvent ) | Returns true if the timing event passes the filter. |
bool | FilterTrack ( const FBaseTimingTrack& InTrack ) | Returns true if the track passes the filter. |
uint32 | GetChangeNumber () | Returns a number that changes each time an attribute of this filter changes. |
const FName ... | GetTypeName () | |
bool | IsKindOf ( const FName& InTypeName ) |
Operators
Type | Name | Description |
---|---|---|
FTimingEvent... | operator= ( FTimingEventFilter&& ) | |
FTimingEvent... | operator= ( const FTimingEventFilter& ) |
Constants
Name | Description |
---|---|
TypeName |