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