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