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