Navigation
API > API/Developer > API/Developer/TraceInsights
| Name | IInsightsComponent |
| Type | class |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include Path | #include "Insights/IUnrealInsightsModule.h" |
Syntax
class IInsightsComponent
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Exec
(
const TCHAR* Cmd, |
Execute command. | Insights/IUnrealInsightsModule.h | |
void Initialize
(
IUnrealInsightsModule& Module |
Initializes this component. Called by TraceInsights module when this component is registered. | Insights/IUnrealInsightsModule.h | |
virtual void OnWindowClosedEvent () |
Called by the TraceInsights module when it receives the OnWindowClosedEvent. | Insights/IUnrealInsightsModule.h | |
void RegisterMajorTabs
(
IUnrealInsightsModule& InsightsModule |
Allows this component to register major tabs. | Insights/IUnrealInsightsModule.h | |
void Shutdown() |
Shuts-down this component. Called by TraceInsights module when this component is unregistered. | Insights/IUnrealInsightsModule.h | |
void UnregisterMajorTabs() |
Requests this component to unregister its major tabs. | Insights/IUnrealInsightsModule.h |