Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UBrushBaseProperties
- UMeshVertexPaintingToolProperties
- UMeshColorPaintingToolProperties
References
| Module | MeshPaintingToolset |
| Header | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshVertexPaintingTool.h |
| Include | #include "MeshVertexPaintingTool.h" |
Syntax
UCLASS&40;&41;
class UMeshColorPaintingToolProperties : public UMeshVertexPaintingToolProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPaintOnSpecificLOD | When unchecked the painting on the base LOD will be propagate automatically to all other LODs when exiting the mode or changing the selection | |
| 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 | |
| int32 | LODIndex | LOD Index to which should specifically be painted |
Constructors
| Type | Name | Description | |
|---|---|---|---|