EElementType

Choose your operating system:

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_RoundedBox,
    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_RoundedBox

ET_Count

Total number of draw commands