EElementType

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

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.

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