Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Containers
Inheritance Hierarchy
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, |
|
![]() ![]() |
void | EnumerateEvents
(
double IntervalStart, |
|
![]() ![]() ![]() |
void | EnumerateEventsBackwards
(
double IntervalEnd, |
|
![]() ![]() ![]() |
void | EnumerateEventsBackwards
(
double IntervalEnd, |
|
![]() ![]() ![]() |
void | EnumerateEventsBackwardsDownSampled
(
double IntervalEnd, |
|
![]() ![]() ![]() |
void | EnumerateEventsBackwardsDownSampled
(
double IntervalEnd, |
|
![]() ![]() |
void | EnumerateEventsDownSampled
(
double IntervalStart, |
|
![]() ![]() |
void | EnumerateEventsDownSampled
(
double IntervalStart, |
|
![]() ![]() ![]() |
void | EnumerateEventsDownSampledAsync
(
const EnumerateAsyncParams& EnumerateAsyncParams |
|
![]() ![]() ![]() |
int32 | GetDepthAt
(
double Time |
|
![]() ![]() |
double | GetEndTime () |
|
![]() ![]() |
const InEventType & | GetEvent
(
uint64 InIndex |
|
![]() ![]() |
uint64 | ||
![]() ![]() |
bool | GetEventInfo
(
double InTime, |
Finds event information for the event closest to InTime from the interval [InTime - DeltaTime, InTime + DeltaTime] |
![]() ![]() |
uint64 | GetModCount () |
|
![]() ![]() |
double | GetStartTime () |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
EnumerateAsyncParams | ||
![]() |
FTimelineEventInfo |
Typedefs
Name | Description |
---|---|
AsyncEventRangeCallback | |
EventCallback | |
EventRangeCallback | |
EventType | |
TaskInfoCallback |