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