Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
References
| Module | MeshPaintingToolset |
| Header | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshPaintingToolsetTypes.h |
| Include | #include "MeshPaintingToolsetTypes.h" |
Syntax
enum EMeshPaintDataColorViewMode
&123;
Normal,
RGB,
Alpha,
Red,
Green,
Blue,
&125;
Values
| Name | Description |
|---|---|
| Normal | Normal view mode (vertex color visualization off) |
| RGB | RGB only |
| Alpha | Alpha only |
| Red | Red only |
| Green | Green only |
| Blue | Blue only |
Remarks
Mesh paint color view modes (somewhat maps to EVertexColorViewMode engine enum.)