EElementType

Enum that describes what type of element we are currently batching.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CanvasTypes.h

Include

#include "CanvasTypes.h"

Syntax

enum EElementType
{
    ET_Line,
    ET_Triangle,
    ET_MAX,
}

Values

Name

Description

ET_Line

ET_Triangle

ET_MAX

Remarks

Enum that describes what type of element we are currently batching.