Navigation
API > API/Editor > API/Editor/MeshPaint
Mesh paint mode
| Name | EMeshPaintMode |
| Type | enum |
| Header File | /Engine/Source/Editor/MeshPaint/Public/MeshPaintTypes.h |
| Include Path | #include "MeshPaintTypes.h" |
Syntax
enum EMeshPaintMode
{
PaintColors,
PaintWeights,
}
Values
| Name | Remarks |
|---|---|
| PaintColors | Painting colors directly |
| PaintWeights | Painting texture blend weights |