IUnrealInsightsModule::StartAnalysisForTrace

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

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 StartAnalysisForTrace
(
    uint32 InTraceId,
    bool InAutoQuit
)

Remarks

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

Parameters

Name Description
InTraceId The id of the trace to analyze.
InAutoQuit The Application will close when session analysis is complete or fails to start

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library