IUnrealInsightsModule::StartAnalysisForTrace

Starts analysis of the specified trace. Called when the application starts in "Viewer" mode.

Windows
MacOS
Linux

References

Module

TraceInsights

Header

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

Include

#include "Insights/IUnrealInsightsModule.h"

Syntax

void StartAnalysisForTrace
(
    uint32 InTraceId,
    bool InAutoQuit
)

Remarks

Starts analysis of the specified trace. Called when the application starts in "Viewer" mode.

Parameters

Parameter

Description

InTraceId

The id of the trace to analyze.

InAutoQuit

The Application will close when session analysis is complete or fails to start

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