TPointTimeline

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

Inheritance Hierarchy

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/Model/PointTimeline.h
Include #include "Model/PointTimeline.h"

Syntax

template<typename EventType, typename SettingsType>  
class TPointTimeline : public [TraceServices::ITimeline< EventType >](API\Developer\TraceServices\TraceServices\Containers\ITimeline)  

Constructors

Type Name Description
  TPointTimeline ( ILinearAllocator& Allocator )  

Destructors

Type Name Description
  ~TPointTimeline ()  

Functions

Type Name Description
uint64 AppendEvent ( double Time, const EventType& Event )  
uint64 EmplaceEvent ( double Time, ArgsType&&... Args )  
void EnumerateEvents ( double IntervalStart, double IntervalEnd, typename ITimeline< EventType >::Ev... )  
void EnumerateEvents ( double IntervalStart, double IntervalEnd, 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... )  
bool GetEventInfo ( double InTime, double DeltaTime, int32 Depth, typename ITimeline< EventType >::FT... )  
void SetEnumerateOutsideRange ( bool bInEnumerateOutsideRange ) Set whether we enumerate one event each side of the passed-in time range.

Overridden from ITimeline

Type Name Description
double GetEndTime ()  
const EventT... GetEvent ( uint64 InIndex )  
uint64 GetEventCount ()  
uint64 GetModCount ()  
double GetStartTime ()  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library