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 StartAnalysisForLastLiveSession
&40;
float InRetryTime
&41;
Remarks
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
Parameters
Name | Description |
---|---|
InRetryTime | How many seconds to retry connecting asyncronously |