Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UBrushBaseProperties
- UMeshPaintingToolProperties
- UMeshVertexPaintingToolProperties
- UMeshVertexColorPaintingToolProperties
- UMeshVertexWeightPaintingToolProperties
References
| Module | MeshPaintingToolset |
| Header | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshVertexPaintingTool.h |
| Include | #include "MeshVertexPaintingTool.h" |
Syntax
UCLASS ()
class UMeshVertexPaintingToolProperties : public UMeshPaintingToolProperties
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 | |
| int32 | LODIndex | Index of LOD to paint. If not set then paint is applied to all LODs. | |
| float | VertexPreviewSize | Size of vertex points drawn when mesh painting is active. |
Constructors
| Type | Name | Description | |
|---|---|---|---|