Navigation
API > API/Developer > API/Developer/TraceServices
| Name | ITimeline |
| Type | class |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Containers/Timelines.h |
| Include Path | #include "TraceServices/Containers/Timelines.h" |
Syntax
template<typename InEventType>
class ITimeline
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ITimeline() |
TraceServices/Containers/Timelines.h |
Structs
| Name | Remarks |
|---|---|
| EnumerateAsyncParams | |
| FTimelineEventInfo |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| AsyncEventCallback | TFunction< EEventEnumerate(bool, double, const EventType &, uint32)> | TraceServices/Containers/Timelines.h | |
| AsyncEventRangeCallback | TFunction< EEventEnumerate(double, double, uint32, const EventType &, uint32)> | TraceServices/Containers/Timelines.h | |
| EventCallback | TFunctionRef< EEventEnumerate(bool, double, const EventType &)> | TraceServices/Containers/Timelines.h | |
| EventRangeCallback | TFunctionRef< EEventEnumerate(double, double, uint32, const EventType &)> | TraceServices/Containers/Timelines.h | |
| EventType | InEventType | TraceServices/Containers/Timelines.h | |
| TaskInfoCallback | TFunction< void(uint32)> | TraceServices/Containers/Timelines.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EnumerateEvents
(
double IntervalStart, |
TraceServices/Containers/Timelines.h | ||
void EnumerateEvents
(
double IntervalStart, |
TraceServices/Containers/Timelines.h | ||
virtual void EnumerateEventsBackwards
(
double IntervalEnd, |
TraceServices/Containers/Timelines.h | ||
virtual void EnumerateEventsBackwards
(
double IntervalEnd, |
TraceServices/Containers/Timelines.h | ||
virtual void EnumerateEventsBackwardsDownSampled
(
double IntervalEnd, |
TraceServices/Containers/Timelines.h | ||
virtual void EnumerateEventsBackwardsDownSampled
(
double IntervalEnd, |
TraceServices/Containers/Timelines.h | ||
void EnumerateEventsDownSampled
(
double IntervalStart, |
TraceServices/Containers/Timelines.h | ||
void EnumerateEventsDownSampled
(
double IntervalStart, |
TraceServices/Containers/Timelines.h | ||
virtual void EnumerateEventsDownSampledAsync
(
const EnumerateAsyncParams& EnumerateAsyncParams |
TraceServices/Containers/Timelines.h | ||
virtual int32 GetDepthAt
(
double Time |
TraceServices/Containers/Timelines.h | ||
double GetEndTime() |
TraceServices/Containers/Timelines.h | ||
const InEventType & GetEvent
(
uint64 InIndex |
TraceServices/Containers/Timelines.h | ||
uint64 GetEventCount() |
TraceServices/Containers/Timelines.h | ||
bool GetEventInfo
(
double InTime, |
Finds event information for the event closest to InTime from the interval [InTime - DeltaTime, InTime + DeltaTime] | TraceServices/Containers/Timelines.h | |
uint64 GetModCount() |
TraceServices/Containers/Timelines.h | ||
double GetStartTime() |
TraceServices/Containers/Timelines.h |