ETimingTrackLocation

Unreal Engine C++ API Reference > 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  
{  
    None            = 0,  
    Scrollable      = (1 << 0),  
    TopDocked       = (1 << 1),  
    BottomDocked    = (1 << 2),  
    Foreground      = (1 << 3),  
    All             = Scrollable | TopDocked | BottomDocked | Foreground,  
}  

Values

Name Description
None  
Scrollable  
TopDocked  
BottomDocked  
Foreground  
All  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library