ETimingTrackLocation

Windows
MacOS
Linux

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss