Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IAnalysisSession
Description
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.
| Name | UpdateDurationSeconds |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/AnalysisSession.h |
| Include Path | #include "TraceServices/Model/AnalysisSession.h" |
void UpdateDurationSeconds
(
double Duration
)