Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/ITimeline
| Name | EnumerateAsyncParams |
| Type | struct |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Containers/Timelines.h |
| Include Path | #include "TraceServices/Containers/Timelines.h" |
Syntax
struct EnumerateAsyncParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EventCallback | ITimeline< EventType >::AsyncEventCallback | TraceServices/Containers/Timelines.h | ||
| EventRangeCallback | ITimeline< EventType >::AsyncEventRangeCallback | Only one of these 2 callbacks must be set. | TraceServices/Containers/Timelines.h | |
| IntervalEnd | double | TraceServices/Containers/Timelines.h | ||
| IntervalStart | double | TraceServices/Containers/Timelines.h | ||
| MaxOccupancy | double | TraceServices/Containers/Timelines.h | ||
| Resolution | double | TraceServices/Containers/Timelines.h | ||
| SetupCallback | ITimeline< EventType >::TaskInfoCallback | TraceServices/Containers/Timelines.h | ||
| SortOrder | EEventSortOrder | TraceServices/Containers/Timelines.h |