IUnrealInsightsModule::StartAnalysisForLastLiveSession

Starts analysis of the last live session.

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
(
    float InRetryTime
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library