Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
| |
|
| Name |
UMeshVertexWeightPaintingToolProperties |
| Type |
class |
| Header File |
/Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshVertexPaintingTool.h |
| Include Path |
#include "MeshVertexPaintingTool.h" |
Syntax
UCLASS (MinimalAPI)
class UMeshVertexWeightPaintingToolProperties : public UMeshVertexPaintingToolProperties
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
UMeshVertexWeightPaintingToolProperties()
|
|
MeshVertexPaintingTool.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| EraseTextureWeightIndex |
EMeshPaintTextureIndex |
Texture Blend Weight index which should be erased during Painting |
MeshVertexPaintingTool.h |
- EditAnywhere
- Category=WeightPainting
- Meta=(EnumCondition=1)
|
| PaintTextureWeightIndex |
EMeshPaintTextureIndex |
Texture Blend Weight index which should be applied during Painting |
MeshVertexPaintingTool.h |
- EditAnywhere
- Category=WeightPainting
- Meta=(EnumCondition=1)
|
| TextureWeightType |
EMeshPaintWeightTypes |
Texture Blend Weight Painting Mode |
MeshVertexPaintingTool.h |
- EditAnywhere
- Category=WeightPainting
- Meta=(EnumCondition=1)
|
Functions
Public