IUnrealInsightsModule::StartAnalysisForTraceFile

Starts analysis of the specified *.utrace file.

Windows
MacOS
Linux

References

Module

TraceInsights

Header

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

Include

#include "Insights/IUnrealInsightsModule.h"

Syntax

void StartAnalysisForTraceFile
(
    const TCHAR * InTraceFile
)

Remarks

Starts analysis of the specified *.utrace file. Called when the application starts in "Viewer" mode.

Parameters

Parameter

Description

InTraceFile

The filename (*.utrace) of the trace to analyze.

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