Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > Model > TMonotonicTimeline
- IEditableTimeline::AppendEndEvent()
- TMonotonicTimeline::AppendEndEvent()
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/Model/MonotonicTimeline.h |
Include | #include "Model/MonotonicTimeline.h" |
virtual void AppendEndEvent
&40;
double EndTime
&41;
Remarks
End a new timed event. This ends the event started by the prior call to AppendBeginEvent.
Parameters
Name | Description |
---|---|
EndTime | The ending timestamp of the event in seconds. |