IUnrealInsightsModule::UnregisterComponent

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

Windows
MacOS
Linux

References

Module

TraceInsights

Header

/Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h

Include

#include "Insights/IUnrealInsightsModule.h"

Syntax

void UnregisterComponent
(
    TSharedPtr< IInsightsComponent > Component
)

Remarks

Unregisters an IInsightsComponent. The component will Shutdown().

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss