Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights > API/Developer/TraceInsights/Insights/IUnrealInsightsModule
References
| Module | TraceInsights |
| Header | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include | #include "Insights/IUnrealInsightsModule.h" |
void StartAnalysisForTraceFile
(
const TCHAR * InTraceFile,
bool InAutoQuit
)
Remarks
Starts analysis of the specified *.utrace file. Called when the application starts in "Viewer" mode.
Parameters
| Name | Description |
|---|---|
| InTraceFile | The filename (*.utrace) of the trace to analyze. |
| InAutoQuit | The Application will close when session analysis is complete or fails to start |