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 EMeshVertexPaintMaterialMode
{
LitVertexColor,
UnlitVertexColor,
OriginalMaterial,
}
Values
| Name | Description |
|---|---|
| LitVertexColor | Display Vertex Colors using a Lit flat-shaded material |
| UnlitVertexColor | Display Vertex Colors using an Unlit smooth-shaded material |
| OriginalMaterial | Display Materials assigned to target Mesh |
Remarks
Visualization Materials