EGraphOptions

Various available options for display.

Windows
MacOS
Linux

References

Module

TraceInsights

Header

/Engine/Source/Developer/TraceInsights/Public/Insights/ViewModels/GraphTrack.h

Include

#include "Insights/ViewModels/GraphTrack.h"

Syntax

enum EGraphOptions
{
    None                    = 0,
    ShowDebugInfo           = (1 << 0),
    ShowPoints              = (1 << 1),
    ShowPointsWithBorder    = (1 << 2),
    ShowLines               = (1 << 3),
    ShowPolygon             = (1 << 4),
    UseEventDuration        = (1 << 5),
    ShowBars                = (1 << 6),
    All                     = ShowPoints | ShowPointsWithBorder | ShowLines | ShowPolygon | UseEventDuration | ShowBars,
}

Values

Name

Description

None

ShowDebugInfo

ShowPoints

ShowPointsWithBorder

ShowLines

ShowPolygon

UseEventDuration

ShowBars

All

Remarks

Various available options for display.

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