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 |
|---|---|---|---|---|---|
IInDataStream::Close | /Engine/Source/Developer/TraceAnalysis/Public/Trace/DataStream.h | TraceAnalysis | virtual void Close() | [] | |
IInDataStream::Read | /Engine/Source/Developer/TraceAnalysis/Public/Trace/DataStream.h | TraceAnalysis | int32 Read ( void * Data, uint32 Size ) | [] | |
IInDataStream::~IInDataStream | /Engine/Source/Developer/TraceAnalysis/Public/Trace/DataStream.h | TraceAnalysis | virtual ~IInDataStream() | [] | |
IInDataStream | /Engine/Source/Developer/TraceAnalysis/Public/Trace/DataStream.h | TraceAnalysis | class IInDataStream | [] | |
UE::Trace::EAnalysisMessageSeverity | /Engine/Source/Developer/TraceAnalysis/Public/Trace/Analysis.h | TraceAnalysis | namespace UE { namespace Trace { enum EAnalysisMessageSeverity { Info, Warning, Error, } } } | [] | |
FDrawContext::DrawBox | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/PaintUtils.h | TraceInsights | void DrawBox ( const float X, const float Y, const float W, const float H, const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * Brush, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & Color ) const | [] | |
FDrawContext::DrawBox | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/PaintUtils.h | TraceInsights | void DrawBox ( const int32 InLayer, const float X, const float Y, const float W, const float H, const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * Brush, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & Color ) const | [] | |
FDrawContext::DrawLines | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/PaintUtils.h | TraceInsights | void DrawLines ( uint32 InLayer, const float X, const float Y, const [TArray](API\Runtime\Core\Containers\TArray)< FVector2D > & Points, ESlateDrawEffect InDrawEffects, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & InTint, bool bAntialias, float Thickness ) const | [] | |
FDrawContext::DrawRotatedBox | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/PaintUtils.h | TraceInsights | void DrawRotatedBox ( const float X, const float Y, const float W, const float H, const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * Brush, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & Color, float Angle, [TOptional](API\Runtime\Core\IO\TOptional)< FVector2D > RotationPoint ) const | [] | |
FDrawContext::DrawSpline | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/PaintUtils.h | TraceInsights | void DrawSpline ( uint32 InLayer, const float X, const float Y, const FVector2D & InStart, const FVector2D & InStartDir, const FVector2D & InEnd, const FVector2D & InEndDir, float InThickness, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & InTint ) const | [] | |
FDrawContext::DrawText | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/PaintUtils.h | TraceInsights | void DrawText ( const float X, const float Y, const [FString](API\Runtime\Core\Containers\FString) & Text, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & Font, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & Color ) const | [] | |
FDrawContext::DrawText | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/PaintUtils.h | TraceInsights | void DrawText ( const int32 InLayer, const float X, const float Y, const [FString](API\Runtime\Core\Containers\FString) & Text, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & Font, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & Color ) const | [] | |
FDrawContext::DrawText | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/PaintUtils.h | TraceInsights | void DrawText ( const float X, const float Y, const [FString](API\Runtime\Core\Containers\FString) & Text, const int32 StartIndex, const int32 EndIndex, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & Font, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & Color ) const | [] | |
FDrawContext::DrawText | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/PaintUtils.h | TraceInsights | void DrawText ( const int32 InLayer, const float X, const float Y, const [FString](API\Runtime\Core\Containers\FString) & Text, const int32 StartIndex, const int32 EndIndex, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & Font, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & Color ) const | [] | |
FDrawContext::DrawTextAligned | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/PaintUtils.h | TraceInsights | void DrawTextAligned ( EHorizontalAlignment HAlign, const float X, const float Y, const [FString](API\Runtime\Core\Containers\FString) & Text, const [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) & Font, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & Color ) const | [] | |
FDrawContext::operator= | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/PaintUtils.h | TraceInsights | [FDrawContext](API\Developer\TraceInsights\Insights\Common\FDrawContext) & operator= ( const [FDrawContext](API\Developer\TraceInsights\Insights\Common\FDrawContext) & ) | [] | |
FDrawContext::FDrawContext | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/PaintUtils.h | Non-copyable | TraceInsights | FDrawContext ( const [FDrawContext](API\Developer\TraceInsights\Insights\Common\FDrawContext) & ) | [] |
FDrawContext::FDrawContext | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/PaintUtils.h | TraceInsights | FDrawContext ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & InGeometry, const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & InCullingRect, const [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & InWidgetStyle, const ESlateDrawEffect InDrawEffects, [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & InOutElementList, int32 & InOutLayerId ) | [] | |
FDrawContext | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/PaintUtils.h | Holds current state provided by OnPaint function, used to simplify drawing. | TraceInsights | struct FDrawContext | [
{
"type": "constFSlateRec...",
"name": "CullingRect",
"description": ""
},
{
"type": "const ESlateDra...",
"name": "DrawEffects",
"description": ""
},
{
"type": "FSlateWindowEle...",
"name": "ElementList",
"description": ""
},
{
"type": "constFGeometry...",
"n... |
FTimeSplit | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/TimeUtils.h | TraceInsights | struct FTimeSplit | [
{
"type": "union TimeUtils...",
"name": "@13394",
"description": ""
},
{
"type": "bool",
"name": "bIsInfinite",
"description": ""
},
{
"type": "bool",
"name": "bIsNaN",
"description": ""
},
{
"type": "bool",
"name": "bIsNegative",
"description": ""
},
... | |
TimeUtils::Day | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/TimeUtils.h | TraceInsights | namespace TimeUtils { static TimeUtils::Day = 86400.0; } | [] | |
TimeUtils::Hour | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/TimeUtils.h | TraceInsights | namespace TimeUtils { static TimeUtils::Hour = 3600.0; } | [] | |
TimeUtils::Microsecond | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/TimeUtils.h | TraceInsights | namespace TimeUtils { static TimeUtils::Microsecond = 0.000001; } | [] | |
TimeUtils::Milisecond | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/TimeUtils.h | TraceInsights | namespace TimeUtils { static TimeUtils::Milisecond = 0.001; } | [] | |
TimeUtils::Minute | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/TimeUtils.h | TraceInsights | namespace TimeUtils { static TimeUtils::Minute = 60.0; } | [] | |
TimeUtils::Nanosecond | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/TimeUtils.h | TraceInsights | namespace TimeUtils { static TimeUtils::Nanosecond = 0.000000001; } | [] | |
TimeUtils::Picosecond | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/TimeUtils.h | TraceInsights | namespace TimeUtils { static TimeUtils::Picosecond = 0.000000000001; } | [] | |
TimeUtils::Second | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/TimeUtils.h | TraceInsights | namespace TimeUtils { static TimeUtils::Second = 1.0; } | [] | |
TimeUtils::Week | /Engine/Source/Developer/TraceInsights/Public/Insights/Common/TimeUtils.h | TraceInsights | namespace TimeUtils { static TimeUtils::Week = 604800.0; } | [] | |
FCreateSessionBrowserParams | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Contains parameters that are passed to the CreateSessionBrowser function to control specific behaviors. | TraceInsights | struct FCreateSessionBrowserParams | [
{
"type": "bool",
"name": "bAllowDebugTools",
"description": ""
},
{
"type": "bool",
"name": "bInitializeTesting",
"description": ""
},
{
"type": "bool",
"name": "bStartProcessWithStompMalloc",
"description": ""
}
] |
FCustomTimeMarkerChangedDelegate | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | The delegate to be invoked when a custom time marker has changed | TraceInsights | typedef TMulticastDelegate_TwoParams< void, [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags), [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ITimeMarker](API\Developer\TraceInsights\Insights\ITimeMarker) > > FCustomTimeMarkerChangedDelegate | [] |
FHoveredEventChangedDelegate | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | The delegate to be invoked when the timing event being hovered by the mouse has changed | TraceInsights | typedef TMulticastDelegate_OneParam< void, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) > > FHoveredEventChangedDelegate | [] |
FHoveredTrackChangedDelegate | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | The delegate to be invoked when the timing track being hovered by the mouse has changed | TraceInsights | typedef TMulticastDelegate_OneParam< void, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) > > FHoveredTrackChangedDelegate | [] |
FInsightsMajorTabConfig::Unavailable | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Helper function for creating unavailable tab configs | TraceInsights | static [FInsightsMajorTabConfig](API\Developer\TraceInsights\Insights\FInsightsMajorTabConfig) Unavailable() | [] |
FInsightsMajorTabConfig::FInsightsMajorTabConfig | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | FInsightsMajorTabConfig() | [] | |
FInsightsMajorTabExtender::AddMinorTabConfig | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | [FMinorTabConfig](API\Runtime\Slate\Framework\Docking\FMinorTabConfig) & AddMinorTabConfig() | [] | |
FInsightsMajorTabConfig | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Configuration for an Insights major tab | TraceInsights | struct FInsightsMajorTabConfig | [
{
"type": "bool",
"name": "bIsAvailable",
"description": "Whether the tab is available for selection (i.e. registered with the tab manager)"
},
{
"type": "FText",
"name": "ConfigDisplayName",
"description": "Display name for this config"
},
{
"type": "FName",
"name": "ConfigI... |
FInsightsMajorTabExtender::GetLayoutExtender | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | [FLayoutExtender](API\Runtime\Slate\Framework\Docking\FLayoutExtender) & GetLayoutExtender() | [] | |
FInsightsMajorTabExtender::GetMenuExtender | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FExtender](API\Runtime\Slate\Framework\MultiBox\FExtender) > & GetMenuExtender() | [] | |
FInsightsMajorTabExtender::GetMinorTabs | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | const [TArray](API\Runtime\Core\Containers\TArray)< [FMinorTabConfig](API\Runtime\Slate\Framework\Docking\FMinorTabConfig) > & GetMinorTabs() const | [] | |
FInsightsMajorTabExtender::GetTabManager | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FTabManager](API\Runtime\Slate\Framework\Docking\FTabManager) > GetTabManager() const | [] | |
FInsightsMajorTabExtender::GetWorkspaceGroup | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FWorkspaceItem](API\Runtime\Slate\Framework\Docking\FWorkspaceItem) > GetWorkspaceGroup() | [] | |
FInsightsMajorTabExtender::FInsightsMajorTabExtender | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | FInsightsMajorTabExtender ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FTabManager](API\Runtime\Slate\Framework\Docking\FTabManager) > & InTabManager, [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FWorkspaceItem](API\Runtime\Slate\Framework\Docking\FWorkspaceItem) > InWorkspaceGroup ) | [] | |
FInsightsMajorTabExtender | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Combination of extenders applied to the individual major tabs within Insights | TraceInsights | struct FInsightsMajorTabExtender | [
{
"type": "FLayoutExtender",
"name": "LayoutExtender",
"description": "Extender used when creating the layout for this tab"
},
{
"type": "TSharedPtr<FEx...",
"name": "MenuExtender",
"description": "Extender used to add to the menu for this tab"
},
{
"type": "TArray<FMinorT...",
... |
AutomationWindowTabId | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) AutomationWindowTabId; | [] | |
ConnectionTabId | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) ConnectionTabId; | [] | |
LoadingProfilerTabId | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) LoadingProfilerTabId; | [] | |
MemoryProfilerTabId | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) MemoryProfilerTabId; | [] | |
MessageLogTabId | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) MessageLogTabId; | [] | |
LauncherTabId | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) LauncherTabId; | [] | |
NetworkingProfilerTabId | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) NetworkingProfilerTabId; | [] | |
SessionInfoTabId | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) SessionInfoTabId; | [] | |
StartPageTabId | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) StartPageTabId; | [] | |
TimingProfilerTabId | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TimingProfilerTabId; | [] | |
TraceStoreTabId | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TraceStoreTabId; | [] | |
FInsightsManagerTabs | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Major tab IDs for Insights tools | TraceInsights | struct FInsightsManagerTabs | [] |
FOnInsightsMajorTabCreated | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Delegate invoked when a major tab is created | TraceInsights | typedef TMulticastDelegate_TwoParams< void, [FName](API\Runtime\Core\UObject\FName), [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FTabManager](API\Runtime\Slate\Framework\Docking\FTabManager) > > FOnInsightsMajorTabCreated | [] |
FOnRegisterMajorTabExtensions | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Called back to register common layout extensions | TraceInsights | typedef TMulticastDelegate_OneParam< void, [FInsightsMajorTabExtender](API\Developer\TraceInsights\Insights\FInsightsMajorTabExtender) & > FOnRegisterMajorTabExtensions | [] |
FSelectedEventChangedDelegate | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | The delegate to be invoked when the selected timing event has changed | TraceInsights | typedef TMulticastDelegate_OneParam< void, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [ITimingEvent](API\Developer\TraceInsights\Insights\ViewModels\ITimingEvent) > > FSelectedEventChangedDelegate | [] |
FSelectedTrackChangedDelegate | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | The delegate to be invoked when the selected timing track has changed | TraceInsights | typedef TMulticastDelegate_OneParam< void, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) > > FSelectedTrackChangedDelegate | [] |
FSelectionChangedDelegate | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | The delegate to be invoked when the selection have been changed | TraceInsights | typedef TMulticastDelegate_ThreeParams< void, [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags), double, double > FSelectionChangedDelegate | [] |
FTimeMarkerChangedDelegate | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | The delegate to be invoked when the time marker has changed | TraceInsights | typedef TMulticastDelegate_TwoParams< void, [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags), double > FTimeMarkerChangedDelegate | [] |
CalleesID | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) CalleesID; | [] | |
CallersID | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) CallersID; | [] | |
FramesTrackID | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) FramesTrackID; | [] | |
LogViewID | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) LogViewID; | [] | |
StatsCountersID | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) StatsCountersID; | [] | |
TimersID | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TimersID; | [] | |
TimingViewID | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) TimingViewID; | [] | |
ToolbarID | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Tab identifiers. | TraceInsights | static const [FName](API\Runtime\Core\UObject\FName) ToolbarID; | [] |
FTimingProfilerTabs | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Tab IDs for the timing profiler | TraceInsights | struct FTimingProfilerTabs | [] |
FTrackAddedDelegate | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | The delegate to be invoked when a track is added. | TraceInsights | typedef TMulticastDelegate_OneParam< void, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) > > FTrackAddedDelegate | [] |
FTrackRemovedDelegate | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | The delegate to be invoked when a track is removed. | TraceInsights | typedef TMulticastDelegate_OneParam< void, const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [FBaseTimingTrack](API\Developer\TraceInsights\Insights\ViewModels\FBaseTimingTrack) > > FTrackRemovedDelegate | [] |
FTrackVisibilityChangedDelegate | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | The delegate to be invoked when a track visibility has changed | TraceInsights | typedef TMulticastDelegate_NoParams< void > FTrackVisibilityChangedDelegate | [] |
IInsightsComponent::Exec | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Execute command. | TraceInsights | virtual bool Exec ( const TCHAR * Cmd, [FOutputDevice](API\Runtime\Core\Misc\FOutputDevice) & Ar ) | [] |
IInsightsComponent::Initialize | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Initializes this component. Called by TraceInsights module when this component is registered. | TraceInsights | void Initialize ( [IUnrealInsightsModule](API\Developer\TraceInsights\Insights\IUnrealInsightsModule) & Module ) | [] |
IInsightsComponent::OnWindowClosedEvent | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Called by the TraceInsights module when it receives the OnWindowClosedEvent. Can be used to close any panels that should not persist in the layout. | TraceInsights | virtual void OnWindowClosedEvent() | [] |
IInsightsComponent::RegisterMajorTabs | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Allows this component to register major tabs. | TraceInsights | void RegisterMajorTabs ( [IUnrealInsightsModule](API\Developer\TraceInsights\Insights\IUnrealInsightsModule) & InsightsModule ) | [] |
IInsightsComponent::Shutdown | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Shutsdown this component. Called by TraceInsights module when this component is unregistered. | TraceInsights | void Shutdown() | [] |
IInsightsComponent::UnregisterMajorTabs | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | Requests this component to unregister its major tabs. | TraceInsights | void UnregisterMajorTabs() | [] |
IInsightsComponent | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h | TraceInsights | class IInsightsComponent | [] | |
Insights::ETimeChangedFlags | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | Insights. | TraceInsights | namespace Insights { enum ETimeChangedFlags { None, Interactive = (1 << 0), } } | [] |
Insights::operator|= | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | TraceInsights | namespace Insights { [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) & Insights::operator|= ( [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) & Lhs, [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) Rhs ) } | [] | |
Insights::operator&= | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | TraceInsights | namespace Insights { [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) & Insights::operator&= ( [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) & Lhs, [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) Rhs ) } | [] | |
Insights::operator^= | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | TraceInsights | namespace Insights { [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) & Insights::operator^= ( [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) & Lhs, [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) Rhs ) } | [] | |
Insights::operator| | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | TraceInsights | namespace Insights { constexpr [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) Insights::operator| ( [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) Lhs, [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) Rhs ) } | [] | |
Insights::operator& | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | TraceInsights | namespace Insights { constexpr [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) Insights::operator& ( [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) Lhs, [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) Rhs ) } | [] | |
Insights::operator^ | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | TraceInsights | namespace Insights { constexpr [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) Insights::operator^ ( [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) Lhs, [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) Rhs ) } | [] | |
Insights::operator! | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | TraceInsights | namespace Insights { constexpr bool Insights::operator! ( [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) E ) } | [] | |
Insights::operator~ | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | TraceInsights | namespace Insights { constexpr [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) Insights::operator~ ( [ETimeChangedFlags](API\Developer\TraceInsights\Insights\Insights__ETimeChangedFlags) E ) } | [] | |
ITimeMarker::GetTime | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | TraceInsights | double GetTime() const | [] | |
ITimeMarker::SetTime | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | TraceInsights | void SetTime ( const double InTime ) | [] | |
ITimeMarker::~ITimeMarker | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | TraceInsights | virtual ~ITimeMarker() | [] | |
ITimeMarker | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewSession.h | TraceInsights | class ITimeMarker | [] | |
ITimingViewExtender::AddQuickFindFilters | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewExtender.h | Allows extender to add filters to the Quick Find widget. | TraceInsights | virtual void AddQuickFindFilters ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class FFilterConfigurator > FilterConfigurator ) | [] |
ITimingViewExtender::ExtendCpuTracksFilterMenu | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewExtender.h | Extension hook for the 'CPU Tracks Filter' menu | TraceInsights | virtual void ExtendCpuTracksFilterMenu ( [ITimingViewSession](API\Developer\TraceInsights\Insights\ITimingViewSession) & InSession, [FMenuBuilder](API\Runtime\Slate\Framework\MultiBox\FMenuBuilder) & InMenuBuilder ) | [] |
ITimingViewExtender::ExtendFilterMenu | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewExtender.h | Extension hook for the 'Plugins' menu | TraceInsights | virtual void ExtendFilterMenu ( [ITimingViewSession](API\Developer\TraceInsights\Insights\ITimingViewSession) & InSession, [FMenuBuilder](API\Runtime\Slate\Framework\MultiBox\FMenuBuilder) & InMenuBuilder ) | [] |
ITimingViewExtender::ExtendGlobalContextMenu | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewExtender.h | Extension hook for the context menu for all tracks
True if any menu option was added and False if no option was added | TraceInsights | virtual bool ExtendGlobalContextMenu ( [ITimingViewSession](API\Developer\TraceInsights\Insights\ITimingViewSession) & InSession, [FMenuBuilder](API\Runtime\Slate\Framework\MultiBox\FMenuBuilder) & InMenuBuilder ) | [] |
ITimingViewExtender::ExtendGpuTracksFilterMenu | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewExtender.h | Extension hook for the 'GPU Tracks Filter' menu | TraceInsights | virtual void ExtendGpuTracksFilterMenu ( [ITimingViewSession](API\Developer\TraceInsights\Insights\ITimingViewSession) & InSession, [FMenuBuilder](API\Runtime\Slate\Framework\MultiBox\FMenuBuilder) & InMenuBuilder ) | [] |
ITimingViewExtender::ExtendOtherTracksFilterMenu | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewExtender.h | Extension hook for the 'Other Tracks Filter' menu | TraceInsights | virtual void ExtendOtherTracksFilterMenu ( [ITimingViewSession](API\Developer\TraceInsights\Insights\ITimingViewSession) & InSession, [FMenuBuilder](API\Runtime\Slate\Framework\MultiBox\FMenuBuilder) & InMenuBuilder ) | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.