className stringlengths 1 167 | headerPath stringlengths 14 166 | description stringlengths 0 1.62k | module stringlengths 0 76 | code stringlengths 0 11.4k | variables listlengths 0 395 |
|---|---|---|---|---|---|
FRandomGraphTrack | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | class FRandomGraphTrack : public [FGraphTrack](API\Developer\TraceInsights\Insights\ViewModels\FGraphTrack) | [] | |
FThreadTrackEvent::GetStaticTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ThreadTrackEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) & GetStaticTypeName() | [] | |
FThreadTrackEvent::GetTimerId | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ThreadTrackEvent.h | TraceInsights | uint32 GetTimerId() const | [] | |
FThreadTrackEvent::GetTimerIndex | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ThreadTrackEvent.h | TraceInsights | uint32 GetTimerIndex() const | [] | |
FThreadTrackEvent::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ThreadTrackEvent.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
FThreadTrackEvent::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ThreadTrackEvent.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
FThreadTrackEvent::SetTimerId | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ThreadTrackEvent.h | TraceInsights | void SetTimerId ( uint32 InTimerId ) | [] | |
FThreadTrackEvent::SetTimerIndex | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ThreadTrackEvent.h | TraceInsights | void SetTimerIndex ( uint32 InTimerIndex ) | [] | |
TypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ThreadTrackEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TypeName = TEXT("FThreadTrackEvent"); | [] | |
FThreadTrackEvent::FThreadTrackEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ThreadTrackEvent.h | TraceInsights | FThreadTrackEvent ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) > InTrack, double InStartTime, double InEndTime, uint32 InDepth ) | [] | |
FThreadTrackEvent::~FThreadTrackEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ThreadTrackEvent.h | TraceInsights | virtual ~FThreadTrackEvent() | [] | |
FThreadTrackEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ThreadTrackEvent.h | Insights. | TraceInsights | class FThreadTrackEvent : public [FTimingEvent](API\Developer\TraceInsights\Insights\ViewModels\FTimingEvent) | [] |
FTimingEvent::ComputeEventColor | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static uint32 ComputeEventColor ( const TCHAR * Str ) | [] | |
FTimingEvent::ComputeEventColor | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static uint32 ComputeEventColor ( uint32 Id ) | [] | |
FTimingEvent::Equals | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool Equals ( const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) & Other ) const | [] | |
FTimingEvent::GetDepth | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual uint32 GetDepth() const | [] | |
FTimingEvent::GetDuration | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual double GetDuration() const | [] | |
FTimingEvent::GetEndTime | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual double GetEndTime() const | [] | |
FTimingEvent::GetExclusiveTime | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | double GetExclusiveTime() const | [] | |
FTimingEvent::GetSearchHandle | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | [FTimingEventSearchHandle](API\Developer\TraceInsights\Insights\ViewModels\FTimingEventSearchHandle) & GetSearchHandle() const | [] | |
FTimingEvent::GetStartTime | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual double GetStartTime() const | [] | |
FTimingEvent::GetStaticTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) & GetStaticTypeName() | [] | |
FTimingEvent::GetTrack | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) > GetTrack() const | [] | |
FTimingEvent::GetType | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | uint64 GetType() const | [] | |
FTimingEvent::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
FTimingEvent::IsExclusiveTimeComputed | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | bool IsExclusiveTimeComputed() const | [] | |
FTimingEvent::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
FTimingEvent::operator= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | [FTimingEvent](API\Developer\TraceInsights\Insights\ViewModels\FTimingEvent) & operator= ( const [FTimingEvent](API\Developer\TraceInsights\Insights\ViewModels\FTimingEvent) & ) | [] | |
FTimingEvent::operator= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | [FTimingEvent](API\Developer\TraceInsights\Insights\ViewModels\FTimingEvent) & operator= ( [FTimingEvent](API\Developer\TraceInsights\Insights\ViewModels\FTimingEvent) && ) | [] | |
FTimingEvent::SetExclusiveTime | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | void SetExclusiveTime ( double InExclusiveTime ) | [] | |
FTimingEvent::SetIsExclusiveTimeComputed | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | void SetIsExclusiveTimeComputed ( bool InIsExclusiveTime ) | [] | |
FTimingEvent::SetType | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | void SetType ( uint64 InType ) | [] | |
TypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TypeName = TEXT("FTimingEvent"); | [] | |
FTimingEvent::FTimingEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | FTimingEvent ( const [FTimingEvent](API\Developer\TraceInsights\Insights\ViewModels\FTimingEvent) & ) | [] | |
FTimingEvent::FTimingEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | FTimingEvent ( [FTimingEvent](API\Developer\TraceInsights\Insights\ViewModels\FTimingEvent) && ) | [] | |
FTimingEvent::FTimingEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | FTimingEvent ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< const [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) > InTrack, double InStartTime, double InEndTime, uint32 InDepth, uint64 InType ) | [] | |
FTimingEvent::~FTimingEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual ~FTimingEvent() | [] | |
FTimingEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | class FTimingEvent : public [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) | [] | |
FTimingEventFilter::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | Returns true if the timing event passes the filter. | TraceInsights | virtual bool FilterEvent ( const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) & InEvent ) const | [] |
FTimingEventFilter::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool FilterEvent ( double InEventStartTime, double InEventEndTime, uint32 InEventDepth, const TCHAR * InEventName, uint64 InEventType, uint32 InEventColor ) const | [] | |
FTimingEventFilter::FilterTrack | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | Returns true if the track passes the filter. | TraceInsights | virtual bool FilterTrack ( const [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) & InTrack ) const | [] |
FTimingEventFilter::GetStaticTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) & GetStaticTypeName() | [] | |
FTimingEventFilter::GetTrackInstance | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) > GetTrackInstance() const | [] | |
FTimingEventFilter::GetTrackTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | const [FName](API\Runtime\Core\UObject\FName) & GetTrackTypeName() const | [] | |
FTimingEventFilter::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
FTimingEventFilter::IsFilteringByTrackTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | bool IsFilteringByTrackTypeName() const | [] | |
FTimingEventFilter::IsFilteringByTrackInstance | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | bool IsFilteringByTrackInstance() const | [] | |
FTimingEventFilter::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
FTimingEventFilter::operator= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | [FTimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\FTimingEventFilter) & operator= ( const [FTimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\FTimingEventFilter) & ) | [] | |
FTimingEventFilter::operator= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | [FTimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\FTimingEventFilter) & operator= ( [FTimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\FTimingEventFilter) && ) | [] | |
FTimingEventFilter::SetFilterByTrackTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | void SetFilterByTrackTypeName ( bool bInFilterByTrackTypeName ) | [] | |
FTimingEventFilter::SetFilterByTrackInstance | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | void SetFilterByTrackInstance ( bool bInFilterByTrackInstance ) | [] | |
FTimingEventFilter::SetTrackInstance | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | void SetTrackInstance ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) > InTrackInstance ) | [] | |
FTimingEventFilter::SetTrackTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | void SetTrackTypeName ( const [FName](API\Runtime\Core\UObject\FName) InTrackTypeName ) | [] | |
TypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TypeName = TEXT("FTimingEventFilter"); | [] | |
FTimingEventFilter::FTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | FTimingEventFilter() | [] | |
FTimingEventFilter::FTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | FTimingEventFilter ( const [FTimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\FTimingEventFilter) & ) | [] | |
FTimingEventFilter::FTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | FTimingEventFilter ( [FTimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\FTimingEventFilter) && ) | [] | |
FTimingEventFilter::~FTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual ~FTimingEventFilter() | [] | |
FTimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | class FTimingEventFilter : public [ITimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\ITimingEventFilter) | [
{
"type": "bool",
"name": "bFilterByTrackInstance",
"description": ""
},
{
"type": "bool",
"name": "bFilterByTrackTypeName",
"description": ""
},
{
"type": "uint32",
"name": "ChangeNumber",
"description": ""
},
{
"type": "TSharedPtr<FBa...",
"name": "TrackInst... | |
FTimingEventFilterByEventType::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | Returns true if the timing event passes the filter. | TraceInsights | virtual bool FilterEvent ( const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) & InEvent ) const | [] |
FTimingEventFilterByEventType::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool FilterEvent ( double InEventStartTime, double InEventEndTime, uint32 InEventDepth, const TCHAR * InEventName, uint64 InEventType, uint32 InEventColor ) const | [] | |
FTimingEventFilterByEventType::GetEventType | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | uint64 GetEventType() const | [] | |
FTimingEventFilterByEventType::GetStaticTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) & GetStaticTypeName() | [] | |
FTimingEventFilterByEventType::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
FTimingEventFilterByEventType::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
FTimingEventFilterByEventType::SetEventType | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | void SetEventType ( uint64 InEventType ) | [] | |
TypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TypeName = TEXT("FTimingEventFilterByEventType"); | [] | |
FTimingEventFilterByEventType::FTimingEventFilterByEventType | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | FTimingEventFilterByEventType ( uint64 InEventType ) | [] | |
FTimingEventFilterByEventType::~FTimingEventFilterByEventType | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual ~FTimingEventFilterByEventType() | [] | |
FTimingEventFilterByEventType | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | class FTimingEventFilterByEventType : public [FTimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\FTimingEventFilter) | [] | |
FTimingEventFilterByFrameIndex::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | Returns true if the timing event passes the filter. | TraceInsights | virtual bool FilterEvent ( const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) & InEvent ) const | [] |
FTimingEventFilterByFrameIndex::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool FilterEvent ( double InEventStartTime, double InEventEndTime, uint32 InEventDepth, const TCHAR * InEventName, uint64 InFrameIndex, uint32 InEventColor ) const | [] | |
FTimingEventFilterByFrameIndex::GetFrameIndex | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | uint64 GetFrameIndex() const | [] | |
FTimingEventFilterByFrameIndex::GetStaticTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) & GetStaticTypeName() | [] | |
FTimingEventFilterByFrameIndex::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
FTimingEventFilterByFrameIndex::SetFrameIndex | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | void SetFrameIndex ( uint64 InFrameIndex ) | [] | |
FTimingEventFilterByFrameIndex::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
TypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TypeName = TEXT("FTimingEventFilterByFrameIndex"); | [] | |
FTimingEventFilterByFrameIndex::FTimingEventFilterByFrameIndex | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | FTimingEventFilterByFrameIndex ( uint64 InFrameIndex ) | [] | |
FTimingEventFilterByFrameIndex::~FTimingEventFilterByFrameIndex | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual ~FTimingEventFilterByFrameIndex() | [] | |
FTimingEventFilterByMaxDuration::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | Returns true if the timing event passes the filter. | TraceInsights | virtual bool FilterEvent ( const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) & InEvent ) const | [] |
FTimingEventFilterByFrameIndex | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | class FTimingEventFilterByFrameIndex : public [FTimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\FTimingEventFilter) | [] | |
FTimingEventFilterByMaxDuration::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool FilterEvent ( double InEventStartTime, double InEventEndTime, uint32 InEventDepth, const TCHAR * InEventName, uint64 InEventType, uint32 InEventColor ) const | [] | |
FTimingEventFilterByMaxDuration::GetMaxDuration | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | double GetMaxDuration() const | [] | |
FTimingEventFilterByMaxDuration::GetStaticTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) & GetStaticTypeName() | [] | |
FTimingEventFilterByMaxDuration::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
FTimingEventFilterByMaxDuration::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
FTimingEventFilterByMaxDuration::SetMaxDuration | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | void SetMaxDuration ( double InMaxDuration ) | [] | |
TypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TypeName = TEXT("FTimingEventFilterByMaxDuration"); | [] | |
FTimingEventFilterByMaxDuration::FTimingEventFilterByMaxDuration | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | FTimingEventFilterByMaxDuration ( double InMaxDuration ) | [] | |
FTimingEventFilterByMaxDuration::~FTimingEventFilterByMaxDuration | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual ~FTimingEventFilterByMaxDuration() | [] | |
FTimingEventFilterByMaxDuration | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | class FTimingEventFilterByMaxDuration : public [FTimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\FTimingEventFilter) | [] | |
FTimingEventFilterByMinDuration::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | Returns true if the timing event passes the filter. | TraceInsights | virtual bool FilterEvent ( const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) & InEvent ) const | [] |
FTimingEventFilterByMinDuration::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool FilterEvent ( double InEventStartTime, double InEventEndTime, uint32 InEventDepth, const TCHAR * InEventName, uint64 InEventType, uint32 InEventColor ) const | [] | |
FTimingEventFilterByMinDuration::GetMinDuration | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | double GetMinDuration() const | [] | |
FTimingEventFilterByMinDuration::GetStaticTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) & GetStaticTypeName() | [] | |
FTimingEventFilterByMinDuration::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
FTimingEventFilterByMinDuration::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
FTimingEventFilterByMinDuration::SetMinDuration | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEvent.h | TraceInsights | void SetMinDuration ( double InMinDuration ) | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.