Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvas
Enum that describes what type of element we are currently batching.
| Name | EElementType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
| Include Path | #include "CanvasTypes.h" |
Syntax
enum EElementType
{
ET_Line,
ET_Triangle,
ET_MAX,
}
Values
| Name | Remarks |
|---|---|
| ET_Line | |
| ET_Triangle | |
| ET_MAX |