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