Navigation
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
&40;
uint32 InTraceId,
bool InAutoQuit
&41;
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 |