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 FTimingEventFilterByMaxDuration : public [FTimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\FTimingEventFilter)
Constructors
Type | Name | Description |
---|---|---|
FTimingEventFilterByMaxDuration ( double InMaxDuration ) |
Destructors
Type | Name | Description |
---|---|---|
~FTimingEventFilterByMaxDuration () |
Functions
Type | Name | Description |
---|---|---|
double | GetMaxDuration () | |
const FName ... | GetStaticTypeName () | |
void | SetMaxDuration ( double InMaxDuration ) |
Overridden from ITimingEventFilter
Type | Name | Description |
---|---|---|
bool | FilterEvent ( const ITimingEvent& InEvent ) | Returns true if the timing event passes the filter. |
bool | FilterEvent ( double InEventStartTime, double InEventEndTime, uint32 InEventDepth, const TCHAR* InEventName, uint64 InEventType, uint32 InEventColor ) | |
const FName ... | GetTypeName () | |
bool | IsKindOf ( const FName& InTypeName ) |
Constants
Name | Description |
---|---|
TypeName |