Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UBrushBaseProperties
- UMeshPaintingToolProperties
- UMeshVertexPaintingToolProperties
- UMeshVertexColorPaintingToolProperties
References
| Module | MeshPaintingToolset |
| Header | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshVertexPaintingTool.h |
| Include | #include "MeshVertexPaintingTool.h" |
Syntax
UCLASS ()
class UMeshVertexColorPaintingToolProperties : public UMeshVertexPaintingToolProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bWriteAlpha | Whether or not to apply Vertex Color Painting to the Alpha Channel | |
| bool | bWriteBlue | Whether or not to apply Vertex Color Painting to the Blue Channel | |
| bool | bWriteGreen | Whether or not to apply Vertex Color Painting to the Green Channel | |
| bool | bWriteRed | Whether or not to apply Vertex Color Painting to the Red Channel |