Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| |
|
| Name |
EMeshVertexPaintToolActions |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/MeshVertexPaintTool.h |
| Include Path |
#include "MeshVertexPaintTool.h" |
Syntax
enum EMeshVertexPaintToolActions
{
NoAction,
PaintAll,
EraseAll,
FillBlack,
FillWhite,
ApplyCurrentUtility,
}
Values
| Name |
Remarks |
| NoAction |
|
| PaintAll |
Fill all Vertex Colors with the current Paint Color |
| EraseAll |
Fill all Vertex Colors with the current Erase Color |
| FillBlack |
Fill all Vertex Colors with Black (0,0,0,1) |
| FillWhite |
Fill all Vertex Colors with White (1,1,1,1) |
| ApplyCurrentUtility |
|