IInsightsComponent

Windows
MacOS
Linux

References

Module

TraceInsights

Header

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

Include

#include "Insights/IUnrealInsightsModule.h"

Syntax

class IInsightsComponent

Functions

Name Description

Public function

void

 

Initialize

(
    IUnrealInsightsModule& Module
)

Initializes this component. Called by TraceInsights module when this component is registered.

Public function

void

 

RegisterMajorTabs

(
    IUnrealInsightsModule& InsightsMod...
)

Allows this component to register major tabs.

Public function

void

 

Shutdown()

Shutsdown this component. Called by TraceInsights module when this component is unregistered.

Public function

void

 

UnregisterMajorTabs()

Requests this component to unregister its major tabs.

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