Navigation
Unreal Engine C++ API Reference > 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< Ev... | Events | |
FDetailLevelIns... | InsertionState | |
double | Resolution | |
TPagedArray< FE... | ScopeEntries |
Constructors
Type | Name | Description |
---|---|---|
FDetailLevel ( ILinearAllocator& Allocator, double InResolution ) |
Functions
Type | Name | Description |
---|---|---|
EventType | GetEvent ( uint64 Index ) | |
double | GetScopeEntryTime ( uint64 Index ) | |
void | SetEvent ( uint64 Index, const EventType& Event ) |