Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
Include | #include "Insights/IUnrealInsightsModule.h" |
Syntax
class IInsightsComponent
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | Exec
(
const TCHAR* Cmd, |
Execute command. |
![]() |
void | Initialize
(
IUnrealInsightsModule& Module |
Initializes this component. Called by TraceInsights module when this component is registered. |
![]() ![]() |
void | Called by the TraceInsights module when it receives the OnWindowClosedEvent. | |
![]() |
void | RegisterMajorTabs
(
IUnrealInsightsModule& InsightsModule |
Allows this component to register major tabs. |
![]() |
void | Shutdown () |
Shutsdown this component. Called by TraceInsights module when this component is unregistered. |
![]() |
void | Requests this component to unregister its major tabs. |