Navigation
Unreal Engine C++ API Reference > 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, FOutputDevice& Ar ) | Execute command. |
void | Initialize ( IUnrealInsightsModule& Module ) | Initializes this component. Called by TraceInsights module when this component is registered. |
void | OnWindowClosedEvent () | Called by the TraceInsights module when it receives the OnWindowClosedEvent. |
void | RegisterMajorTabs ( IUnrealInsightsModule& InsightsMod... ) | Allows this component to register major tabs. |
void | Shutdown () | Shutsdown this component. Called by TraceInsights module when this component is unregistered. |
void | UnregisterMajorTabs () | Requests this component to unregister its major tabs. |