Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/IUnrealInsightsModule
Description
Starts analysis of the last live session. Called when the application starts in "Viewer" mode. On failure, if InRetryTime is > 0, retry connecting every frame for RetryTime seconds.
| Name | StartAnalysisForLastLiveSession |
| Type | function |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/IUnrealInsightsModule.h |
| Include Path | #include "Insights/IUnrealInsightsModule.h" |
void StartAnalysisForLastLiveSession
(
float InRetryTime
)
Parameters
| Name | Remarks |
|---|---|
| InRetryTime | How many seconds to retry connecting asynchronously |