IAnalysisSession::UpdateDurationSeconds

Update the internal estimation of the session duration with a new timestamp.

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > IAnalysisSession

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/AnalysisSession.h
Include #include "TraceServices/Model/AnalysisSession.h"
void UpdateDurationSeconds
(
    double Duration
)

Remarks

Update the internal estimation of the session duration with a new timestamp. This function should be called with any timestamps from individual events so the full session duration can be estimated.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library