Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElements.h |
Include |
#include "Rendering/DrawElements.h" |
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,
}
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 |