Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/Model
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/Model/MonotonicTimelineData.h |
Include | #include "Model/MonotonicTimelineData.h" |
Syntax
template<typename EventType, typename SettingsType>
struct FDetailLevel
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TPagedArray< EventType > | Events | |
![]() |
FDetailLevelInsertionState< EventType, SettingsType > | InsertionState | |
![]() |
double | Resolution | |
![]() |
TPagedArray< FEventScopeEntry, FEventScopeEntryPage > | ScopeEntries |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FDetailLevel
(
ILinearAllocator& Allocator, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
EventType | GetEvent
(
uint64 Index |
|
![]() ![]() |
double | GetScopeEntryTime
(
uint64 Index |
|
![]() |
void | SetEvent
(
uint64 Index, |