Navigation
Unreal Engine C++ API Reference > Developer > TraceInsights > Insights
Inheritance Hierarchy
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ITimingViewExtender.h |
Include | #include "Insights/ITimingViewExtender.h" |
Syntax
class ITimingViewExtender : public [IModularFeature](API\Runtime\Core\Features\IModularFeature)
Destructors
Type | Name | Description |
---|---|---|
~ITimingViewExtender () |
Functions
Type | Name | Description |
---|---|---|
void | AddQuickFindFilters ( TSharedPtr< class FFilterConfigurat... ) | Allows extender to add filters to the Quick Find widget. |
void | ExtendCpuTracksFilterMenu ( ITimingViewSession& InSession, FMenuBuilder& InMenuBuilder ) | Extension hook for the 'CPU Tracks Filter' menu |
void | ExtendFilterMenu ( ITimingViewSession& InSession, FMenuBuilder& InMenuBuilder ) | Extension hook for the 'Plugins' menu |
bool | ExtendGlobalContextMenu ( ITimingViewSession& InSession, FMenuBuilder& InMenuBuilder ) | Extension hook for the context menu for all tracks |
void | ExtendGpuTracksFilterMenu ( ITimingViewSession& InSession, FMenuBuilder& InMenuBuilder ) | Extension hook for the 'GPU Tracks Filter' menu |
void | ExtendOtherTracksFilterMenu ( ITimingViewSession& InSession, FMenuBuilder& InMenuBuilder ) | Extension hook for the 'Other Tracks Filter' menu |
void | OnBeginSession ( ITimingViewSession& InSession ) | Called to set up any data at the end of the timing view session |
void | OnEndSession ( ITimingViewSession& InSession ) | Called to clear out any data at the end of the timing view session |
void | Tick ( ITimingViewSession& InSession, const TraceServices::IAnalysisSessi... ) | Called each frame. |