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 |
|---|---|---|---|---|---|
ITimingEventFilter::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
ITimingEventFilter::Is | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | template<typename Type> bool Is() const | [] | |
ITimingEventFilter::FilterEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | Returns true if the timing event passes the filter. | TraceInsights | bool FilterEvent ( const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) & InEvent ) const | [] |
ITimingEventFilter::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
TypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TypeName = TEXT("ITimingEventFilter"); | [] | |
ITimingEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | class ITimingEventFilter | [] | |
ITimingEventRelation::As | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | template<typename Type> const Type & As() const | [] | |
ITimingEventRelation::As | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | template<typename Type> Type & As() | [] | |
ITimingEventRelation::Draw | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | void Draw ( const [FDrawContext](API\Developer\TraceInsights\Insights\Common\FDrawContext) & DrawContext, const [FTimingTrackViewport](API\Developer\TraceInsights\Insights\ViewModels\FTimingTrackViewport) & Viewport, const [ITimingViewDrawHelper](API\Developer\TraceInsights\Insights\ViewModels\ITimingViewDrawHelper) & Helper, const [EDrawFilter](API\Developer\TraceInsights\Insights\ViewModels\ITimingEventRelation\EDrawFilter) Filter ) | [] | |
ITimingEventRelation::GetStaticTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) & GetStaticTypeName() | [] | |
EDrawFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | enum EDrawFilter { BetweenScrollableTracks, BetweenDockedTracks, } | [] | |
ITimingEventRelation::GetTypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | virtual const [FName](API\Runtime\Core\UObject\FName) & GetTypeName() const | [] | |
ITimingEventRelation::Is | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | template<typename Type> bool Is() const | [] | |
ITimingEventRelation::IsKindOf | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | virtual bool IsKindOf ( const [FName](API\Runtime\Core\UObject\FName) & InTypeName ) const | [] | |
TypeName | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TypeName = TEXT("ITimingEventRelation"); | [] | |
ITimingEventRelation::ITimingEventRelation | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | ITimingEventRelation() | [] | |
ITimingEventRelation::~ITimingEventRelation | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | virtual ~ITimingEventRelation() | [] | |
ITimingEventsTrackDrawStateBuilder::AddEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventsTrack.h | TraceInsights | void AddEvent ( double InEventStartTime, double InEventEndTime, uint32 InEventDepth, uint32 InEventColor, [GetEventNameCallback](API\Developer\TraceInsights\Insights\ViewModels\ITimingEventsTra-\GetEventNameCall-) InGetEventNameCallback ) | [] | |
ITimingEventRelation | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingEvent.h | TraceInsights | class ITimingEventRelation | [] | |
ITimingEventsTrackDrawStateBuilder::AddEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventsTrack.h | TraceInsights | void AddEvent ( double InEventStartTime, double InEventEndTime, uint32 InEventDepth, const TCHAR * InEventName, uint64 InEventType, uint32 InEventColor ) | [] | |
GetEventNameCallback | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventsTrack.h | TraceInsights | typedef [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< const [FString](API\Runtime\Core\Containers\FString)(float)> GetEventNameCallback | [] | |
ITimingEventsTrackDrawStateBuilder::~ITimingEventsTrackDrawStateBuilder | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventsTrack.h | TraceInsights | virtual ~ITimingEventsTrackDrawStateBuilder() | [] | |
ITimingEventsTrackDrawStateBuilder | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventsTrack.h | TraceInsights | class ITimingEventsTrackDrawStateBuilder | [] | |
ITimingTrackDrawContext::GetDrawContext | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | [FDrawContext](API\Developer\TraceInsights\Insights\Common\FDrawContext) & GetDrawContext() const | [] | |
ITimingTrackDrawContext::GetEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ITimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\ITimingEventFilter) > GetEventFilter() const | [] | |
ITimingTrackDrawContext::GetHoveredEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) > GetHoveredEvent() const | [] | |
ITimingTrackDrawContext::GetHelper | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | const [ITimingViewDrawHelper](API\Developer\TraceInsights\Insights\ViewModels\ITimingViewDrawHelper) & GetHelper() const | [] | |
ITimingTrackDrawContext::GetMousePosition | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | const FVector2D & GetMousePosition() const | [] | |
ITimingTrackDrawContext::GetSelectedEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) > GetSelectedEvent() const | [] | |
ITimingTrackDrawContext::GetViewport | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | const [FTimingTrackViewport](API\Developer\TraceInsights\Insights\ViewModels\FTimingTrackViewport) & GetViewport() const | [] | |
ITimingTrackDrawContext | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | class ITimingTrackDrawContext | [] | |
ITimingTrackUpdateContext::GetCurrentRelations | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | const [TArray](API\Runtime\Core\Containers\TArray)< [TUniquePtr](API\Runtime\Core\Templates\TUniquePtr)< [ITimingEventRelation](API\Developer\TraceInsights\Insights\ViewModels\ITimingEventRelation) > > & GetCurrentRelations() const | [] | |
ITimingTrackUpdateContext::GetCurrentTime | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | double GetCurrentTime() const | [] | |
ITimingTrackUpdateContext::GetDeltaTime | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | float GetDeltaTime() const | [] | |
ITimingTrackUpdateContext::GetEventFilter | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ITimingEventFilter](API\Developer\TraceInsights\Insights\ViewModels\ITimingEventFilter) > GetEventFilter() const | [] | |
ITimingTrackUpdateContext::GetGeometry | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & GetGeometry() const | [] | |
ITimingTrackUpdateContext::GetHoveredEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) > GetHoveredEvent() const | [] | |
ITimingTrackUpdateContext::GetMousePosition | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | const FVector2D & GetMousePosition() const | [] | |
ITimingTrackUpdateContext::GetSelectedEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) > GetSelectedEvent() const | [] | |
ITimingTrackUpdateContext::GetViewport | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | const [FTimingTrackViewport](API\Developer\TraceInsights\Insights\ViewModels\FTimingTrackViewport) & GetViewport() const | [] | |
ITimingTrackUpdateContext | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | class ITimingTrackUpdateContext | [] | |
ITimingViewDrawHelper::GetEdgeColor | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | TraceInsights | [FLinearColor](API\Runtime\Core\Math\FLinearColor) GetEdgeColor() const | [] | |
ITimingViewDrawHelper::GetEventBorderBrush | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | TraceInsights | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetEventBorderBrush() const | [] | |
ITimingViewDrawHelper::GetEventFont | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | TraceInsights | const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & GetEventFont() const | [] | |
ITimingViewDrawHelper::GetFirstLayerId | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | TraceInsights | int32 GetFirstLayerId() const | [] | |
ITimingViewDrawHelper::GetHeaderBackgroundLayerId | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | TraceInsights | int32 GetHeaderBackgroundLayerId() const | [] | |
ITimingViewDrawHelper::GetHeaderTextLayerId | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | TraceInsights | int32 GetHeaderTextLayerId() const | [] | |
ITimingViewDrawHelper::GetHoveredEventBorderBrush | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | TraceInsights | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetHoveredEventBorderBrush() const | [] | |
ITimingViewDrawHelper::GetInvalidAreaColor | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | TraceInsights | [FLinearColor](API\Runtime\Core\Math\FLinearColor) GetInvalidAreaColor() const | [] | |
ITimingViewDrawHelper::GetNumLayerIds | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | TraceInsights | int32 GetNumLayerIds() const | [] | |
ITimingViewDrawHelper::GetRelationLayerId | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | TraceInsights | int32 GetRelationLayerId() const | [] | |
ITimingViewDrawHelper::GetSelectedEventBorderBrush | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | TraceInsights | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetSelectedEventBorderBrush() const | [] | |
ITimingViewDrawHelper::GetTrackNameTextColor | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | TraceInsights | [FLinearColor](API\Runtime\Core\Math\FLinearColor) GetTrackNameTextColor ( const [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) & Track ) const | [] | |
ITimingViewDrawHelper::GetValidAreaColor | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | TraceInsights | [FLinearColor](API\Runtime\Core\Math\FLinearColor) GetValidAreaColor() const | [] | |
ITimingViewDrawHelper | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | Helper allowing access to common drawing elements for tracks | TraceInsights | class ITimingViewDrawHelper | [] |
ITimingViewDrawHelper::GetWhiteBrush | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/ITimingViewDrawHelper.h | TraceInsights | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetWhiteBrush() const | [] | |
operator& | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | constexpr [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) operator& ( [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) Lhs, [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) Rhs ) | [] | |
operator& | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | constexpr [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) operator& ( [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) Lhs, [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) Rhs ) | [] | |
operator& | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | constexpr [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) operator& ( [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) Lhs, [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) Rhs ) | [] | |
operator& | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | constexpr [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) operator& ( [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) Lhs, [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) Rhs ) | [] | |
operator& | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h | TraceInsights | constexpr [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) operator& ( [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) Lhs, [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) Rhs ) | [] | |
operator& | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingTrackViewport.h | TraceInsights | constexpr [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) operator& ( [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) Lhs, [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) Rhs ) | [] | |
operator&= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) & operator&= ( [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) & Lhs, [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) Rhs ) | [] | |
operator&= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) & operator&= ( [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) & Lhs, [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) Rhs ) | [] | |
operator&= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) & operator&= ( [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) & Lhs, [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) Rhs ) | [] | |
operator&= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h | TraceInsights | [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) & operator&= ( [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) & Lhs, [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) Rhs ) | [] | |
operator&= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) & operator&= ( [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) & Lhs, [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) Rhs ) | [] | |
operator&= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingTrackViewport.h | TraceInsights | [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) & operator&= ( [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) & Lhs, [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) Rhs ) | [] | |
operator~ | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | constexpr [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) operator~ ( [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) E ) | [] | |
operator~ | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | constexpr [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) operator~ ( [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) E ) | [] | |
operator~ | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | constexpr [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) operator~ ( [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) E ) | [] | |
operator~ | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | constexpr [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) operator~ ( [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) E ) | [] | |
operator~ | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h | TraceInsights | constexpr [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) operator~ ( [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) E ) | [] | |
operator~ | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingTrackViewport.h | TraceInsights | constexpr [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) operator~ ( [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) E ) | [] | |
operator^ | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | constexpr [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) operator^ ( [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) Lhs, [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) Rhs ) | [] | |
operator^ | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | constexpr [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) operator^ ( [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) Lhs, [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) Rhs ) | [] | |
operator^ | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | constexpr [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) operator^ ( [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) Lhs, [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) Rhs ) | [] | |
operator^ | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h | TraceInsights | constexpr [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) operator^ ( [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) Lhs, [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) Rhs ) | [] | |
operator^ | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingTrackViewport.h | TraceInsights | constexpr [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) operator^ ( [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) Lhs, [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) Rhs ) | [] | |
operator^= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) & operator^= ( [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) & Lhs, [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) Rhs ) | [] | |
operator^= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) & operator^= ( [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) & Lhs, [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) Rhs ) | [] | |
operator^ | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | constexpr [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) operator^ ( [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) Lhs, [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) Rhs ) | [] | |
operator^= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) & operator^= ( [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) & Lhs, [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) Rhs ) | [] | |
operator^= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) & operator^= ( [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) & Lhs, [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) Rhs ) | [] | |
operator^= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h | TraceInsights | [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) & operator^= ( [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) & Lhs, [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) Rhs ) | [] | |
operator^= | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingTrackViewport.h | TraceInsights | [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) & operator^= ( [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) & Lhs, [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) Rhs ) | [] | |
operator! | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | constexpr bool operator! ( [ETimingTrackLocation](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackLocation) E ) | [] | |
operator! | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h | TraceInsights | constexpr bool operator! ( [ETimingEventSearchFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingEventSearchFlags) E ) | [] | |
operator! | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | constexpr bool operator! ( [ETimingTrackFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackFlags) E ) | [] | |
operator! | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h | TraceInsights | constexpr bool operator! ( [EDrawEventMode](API\Developer\TraceInsights\Insights\ViewModels\EDrawEventMode) E ) | [] | |
operator! | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h | TraceInsights | constexpr bool operator! ( [EGraphOptions](API\Developer\TraceInsights\Insights\ViewModels\EGraphOptions) E ) | [] | |
operator! | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingTrackViewport.h | TraceInsights | constexpr bool operator! ( [ETimingTrackViewportDirtyFlags](API\Developer\TraceInsights\Insights\ViewModels\ETimingTrackViewportDirtyFlags) E ) | [] | |
TTimingEventSearch::FContext::AbortSearch | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h | Allows search to be aborted by predicates. | TraceInsights | void AbortSearch&40;&41; | [] |
TTimingEventSearch::FContext::GetDepthFound | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h | TraceInsights | uint32 GetDepthFound&40;&41; const | [] | |
TTimingEventSearch::FContext::Check | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h | Function called to check and potentially match an event. | TraceInsights | void Check ( double InEventStartTime, double InEventEndTime, uint32 InEventDepth, const PayloadType & InEvent ) | [] |
TTimingEventSearch::FContext::GetEndTimeFound | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h | TraceInsights | double GetEndTimeFound&40;&41; const | [] | |
TTimingEventSearch::FContext::GetParameters | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h | Access the search parameters. | TraceInsights | const FTimingEventSearchParameters & GetParameters&40;&41; const | [] |
TTimingEventSearch::FContext::GetPayloadFound | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h | Accessors for read-only results. | TraceInsights | const PayloadType & GetPayloadFound&40;&41; const | [] |
TTimingEventSearch::FContext::GetStartTimeFound | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h | TraceInsights | double GetStartTimeFound&40;&41; const | [] | |
TTimingEventSearch::FContext::IsMatchFound | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/TimingEventSearch.h | TraceInsights | bool IsMatchFound&40;&41; const | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.