Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
| Name | UMeshVertexWeightPaintingTool |
| Type | class |
| Header File | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshVertexPaintingTool.h |
| Include Path | #include "MeshVertexPaintingTool.h" |
Syntax
UCLASS (MinimalAPI)
class UMeshVertexWeightPaintingTool : public UMeshVertexPaintingTool
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → USingleSelectionTool → UMeshSurfacePointTool → UBaseBrushTool → UMeshVertexPaintingTool → UMeshVertexWeightPaintingTool
Implements Interfaces
- IClickDragBehaviorTarget
- IModifierToggleBehaviorTarget
- IHoverBehaviorTarget
- IInputBehaviorSource
- IInteractiveToolCameraFocusAPI
- IMeshPaintSelectionInterface
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMeshVertexWeightPaintingTool() |
MeshVertexPaintingTool.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| WeightProperties | TObjectPtr< UMeshVertexWeightPaintingToolProperties > | MeshVertexPaintingTool.h |
|
Functions
Public
Protected
Overridden from UMeshVertexPaintingTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetAdditionalPaintParameters
(
FMeshPaintParameters& InPaintParameters |
MeshVertexPaintingTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Setup() |
MeshVertexPaintingTool.h |