Navigation
API > API/Developer > API/Developer/TraceServices
| Name | FDetailLevelInsertionState |
| 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 FDetailLevelInsertionState
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentDepth | uint16 | Model/MonotonicTimelineData.h | ||
| CurrentScopeEntryPageIndex | uint64 | Model/MonotonicTimelineData.h | ||
| DepthStates | FDetailLevelDepthState< EventType > | Model/MonotonicTimelineData.h | ||
| EventStack | FEventStackEntry | Model/MonotonicTimelineData.h | ||
| LastTime | double | Model/MonotonicTimelineData.h | ||
| PendingDepth | int32 | Model/MonotonicTimelineData.h |