Navigation
API > API/Developer > API/Developer/TraceInsights > API/Developer/TraceInsights/Insights > API/Developer/TraceInsights/Insights/ViewModels
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/BaseTimingTrack.h |
Include | #include "Insights/ViewModels/BaseTimingTrack.h" |
Syntax
enum ETimingTrackLocation
&123;
None = 0,
Scrollable = (1 << 0),
TopDocked = (1 << 1),
BottomDocked = (1 << 2),
Foreground = (1 << 3),
All = Scrollable | TopDocked | BottomDocked | Foreground,
&125;
Values
Name | Description |
---|---|
None | |
Scrollable | |
TopDocked | |
BottomDocked | |
Foreground | |
All |