Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > Model
Inheritance Hierarchy
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/Model/MonotonicTimeline.h |
Include | #include "Model/MonotonicTimeline.h" |
Syntax
template<typename InEventType, typename SettingsType>
class TMonotonicTimeline :
public [TraceServices::ITimeline< InEventType >](API\Developer\TraceServices\TraceServices\Containers\ITimeline),
public [TraceServices::IEditableTimeline< InEventType >](API\Developer\TraceServices\Model\IEditableTimeline)
Constructors
Type | Name | Description |
---|---|---|
TMonotonicTimeline ( ILinearAllocator& InAllocator ) |
Destructors
Type | Name | Description |
---|---|---|
~TMonotonicTimeline () |
Functions
Type | Name | Description |
---|---|---|
void | EnumerateEvents ( double IntervalStart, double IntervalEnd, typename ITimeline< EventType >::Ev... ) | |
void | EnumerateEvents ( double IntervalStart, double IntervalEnd, typename ITimeline< EventType >::Ev... ) | |
void | EnumerateEventsBackwards ( double IntervalEnd, double IntervalStart, typename ITimeline< EventType >::Ev... ) | |
void | EnumerateEventsBackwards ( double IntervalEnd, double IntervalStart, typename ITimeline< EventType >::Ev... ) | |
void | EnumerateEventsBackwardsDownSampled ( double IntervalEnd, double IntervalStart, double Resolution, typename ITimeline< EventType >::Ev... ) | |
void | EnumerateEventsBackwardsDownSampled ( double IntervalEnd, double IntervalStart, double Resolution, typename ITimeline< EventType >::Ev... ) | |
void | EnumerateEventsDownSampled ( double IntervalStart, double IntervalEnd, double Resolution, typename ITimeline< EventType >::Ev... ) | |
void | EnumerateEventsDownSampled ( double IntervalStart, double IntervalEnd, double Resolution, typename ITimeline< EventType >::Ev... ) | |
void | EnumerateEventsDownSampledAsync ( const typename ITimeline< EventType... ) | |
bool | GetEventInfo ( double InTime, double DeltaTime, int32 Depth, typename ITimeline< InEventType >::... ) |
Overridden from ITimeline
Type | Name | Description |
---|---|---|
int32 | GetDepthAt ( double Time ) | |
double | GetEndTime () | |
const EventT... | GetEvent ( uint64 InIndex ) | |
uint64 | GetEventCount () | |
uint64 | GetModCount () | |
double | GetStartTime () |
Overridden from IEditableTimeline
Type | Name | Description |
---|---|---|
void | AppendBeginEvent ( double StartTime, const EventType& Event ) | 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. |
Typedefs
Name | Description |
---|---|
EventType | |
FDetailLevel | |
FDetailLevelDepthState | |
FEnumarateAsyncTask | |
FEventInfoStackEntry |