Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/IUnrealInsightsModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void StartAnalysisForTraceFile
(
const TCHAR* InTraceFile |
Starts analysis of the specified *.utrace file. | Insights/IUnrealInsightsModule.h | |
virtual void StartAnalysisForTraceFile
(
const TCHAR* InTraceFile, |
Insights/IUnrealInsightsModule.h |
StartAnalysisForTraceFile(const TCHAR *)
Description
Starts analysis of the specified *.utrace file. Called when the application starts in "Viewer" mode.
| Name | StartAnalysisForTraceFile |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include Path | #include "Insights/IUnrealInsightsModule.h" |
void StartAnalysisForTraceFile
(
const TCHAR * InTraceFile
)
Parameters
| Name | Remarks |
|---|---|
| InTraceFile | The filename (*.utrace) of the trace to analyze. |
StartAnalysisForTraceFile(const TCHAR *, bool, bool)
| Name | StartAnalysisForTraceFile |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include Path | #include "Insights/IUnrealInsightsModule.h" |
virtual void StartAnalysisForTraceFile
(
const TCHAR * InTraceFile,
bool bInAutoQuit,
bool bInWaitForSymbolResolver
)