Navigation
API > API/Editor > API/Editor/MeshPaint
Mesh painting action (paint, erase)
| Name | EMeshPaintAction |
| Type | enum |
| Header File | /Engine/Source/Editor/MeshPaint/Public/MeshPaintTypes.h |
| Include Path | #include "MeshPaintTypes.h" |
Syntax
enum EMeshPaintAction
{
Paint,
Erase,
}
Values
| Name | Remarks |
|---|---|
| Paint | Paint (add color or increase blending weight) |
| Erase | Erase (remove color or decrease blending weight) |