Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| |
|
| Module |
MeshModelingToolsExp |
| Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshVertexPaintTool.h |
| Include |
#include "MeshVertexPaintTool.h" |
Syntax
enum EMeshVertexPaintToolActions
{
NoAction,
PaintAll,
EraseAll,
FillBlack,
FillWhite,
ApplyCurrentUtility,
}
Values
| Name |
Description |
| 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 |
|