EElementType

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElements.h

Include

#include "Rendering/DrawElements.h"

Syntax

enum EElementType
{
    ET_Box,
    ET_DebugQuad,
    ET_Text,
    ET_ShapedText,
    ET_Spline,
    ET_Line,
    ET_Gradient,
    ET_Viewport,
    ET_Border,
    ET_Custom,
    ET_CustomVerts,
    ET_PostProcessPass,
    ET_Count,
}

Values

Name

Description

ET_Box

ET_DebugQuad

ET_Text

ET_ShapedText

ET_Spline

ET_Line

ET_Gradient

ET_Viewport

ET_Border

ET_Custom

ET_CustomVerts

ET_PostProcessPass

ET_Count

Total number of draw commands

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