Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/Model
Inheritance Hierarchy
- IEditableTimeline
- TMonotonicTimeline
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/Model/MonotonicTimeline.h |
Include | #include "Model/MonotonicTimeline.h" |
Syntax
template<typename InEventType>
class IEditableTimeline
Remarks
An interface that can consume timed serial events (a timeline).
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | AppendBeginEvent
(
double StartTime, |
Begin a new timed event. |
![]() |
void | AppendEndEvent
(
double EndTime |
End a new timed event. This ends the event started by the prior call to AppendBeginEvent. |