Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/IUnrealInsightsModule
Description
Registers an IInsightsComponent. The component will Initialize().
| Name | RegisterComponent |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include Path | #include "Insights/IUnrealInsightsModule.h" |
void RegisterComponent
(
TSharedPtr < IInsightsComponent > Component
)