IUnrealInsightsModule::UnregisterComponent

Unregisters an [IInsightsComponent](API\Developer\TraceInsights\Insights\IInsightsComponent).

Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > IUnrealInsightsModule

References

   
Module TraceInsights
Header /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h
Include #include "Insights/IUnrealInsightsModule.h"
void UnregisterComponent
(
    [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [IInsightsComponent](API\Developer\TraceInsights\Insights\IInsightsComponent) > Component
)

Remarks

Unregisters an IInsightsComponent. The component will Shutdown().


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library