ITimeline

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

Inheritance Hierarchy

  • ITimeline

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Containers/Timelines.h
Include #include "TraceServices/Containers/Timelines.h"

Syntax

template<typename InEventType>  
class ITimeline  

Destructors

Type Name Description
  ~ITimeline ()  

Functions

Type Name Description
void EnumerateEvents ( double IntervalStart, double IntervalEnd, EventRangeCallback Callback )  
void EnumerateEvents ( double IntervalStart, double IntervalEnd, EventCallback Callback )  
void EnumerateEventsBackwards ( double IntervalEnd, double IntervalStart, EventRangeCallback Callback )  
void EnumerateEventsBackwards ( double IntervalEnd, double IntervalStart, EventCallback Callback )  
void EnumerateEventsBackwardsDownSampled ( double IntervalEnd, double IntervalStart, double Resolution, EventRangeCallback Callback )  
void EnumerateEventsBackwardsDownSampled ( double IntervalEnd, double IntervalStart, double Resolution, EventCallback Callback )  
void EnumerateEventsDownSampled ( double IntervalStart, double IntervalEnd, double Resolution, EventCallback Callback )  
void EnumerateEventsDownSampled ( double IntervalStart, double IntervalEnd, double Resolution, EventRangeCallback Callback )  
void EnumerateEventsDownSampledAsync ( const EnumerateAsyncParams& Enumer... )  
int32 GetDepthAt ( double Time )  
double GetEndTime ()  
const InEven... GetEvent ( uint64 InIndex )  
uint64 GetEventCount ()  
bool GetEventInfo ( double InTime, double DeltaTime, int32 Depth, FTimelineEventInfo& EventInfo ) Finds event information for the event closest to InTime from the interval [InTime - DeltaTime, InTime + DeltaTime]
uint64 GetModCount ()  
double GetStartTime ()  

Classes

Type Name Description
Public struct EnumerateAsyncParams  
Public struct FTimelineEventInfo  

Typedefs


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library