Navigation
API > API/Developer > API/Developer/TraceInsights
| Name | ETimingTrackLocation |
| Type | enum |
| Header File | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h |
| Include Path | #include "Insights/ViewModels/BaseTimingTrack.h" |
Syntax
enum ETimingTrackLocation
{
None = 0,
Scrollable = (1 << 0),
TopDocked = (1 << 1),
BottomDocked = (1 << 2),
Foreground = (1 << 3),
All = Scrollable | TopDocked | BottomDocked | Foreground,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Scrollable | |
| TopDocked | |
| BottomDocked | |
| Foreground | |
| All |