Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UBrushBaseProperties
- UMeshVertexPaintingToolProperties
- UMeshColorPaintingToolProperties
- UMeshWeightPaintingToolProperties
References
| Module | MeshPaintingToolset |
| Header | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshVertexPaintingTool.h |
| Include | #include "MeshVertexPaintingTool.h" |
Syntax
UCLASS&40;&41;
class UMeshVertexPaintingToolProperties : public UBrushBaseProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableFlow | Enables "Flow" painting where paint is continually applied from the brush every tick | |
| bool | bOnlyFrontFacingTriangles | Whether back-facing triangles should be ignored | |
| FLinearColor | EraseColor | Color used for Erasing Vertex Color Painting | |
| FLinearColor | PaintColor | Color used for Applying Vertex Color Painting | |
| float | VertexPreviewSize | Size of vertex points drawn when mesh painting is active. |
Constructors
| Type | Name | Description | |
|---|---|---|---|