Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- UInteractiveToolBuilder
- UInteractiveToolWithToolTargetsBuilder
- UMeshSurfacePointToolBuilder
- UMeshSurfacePointMeshEditingToolBuilder
- UMeshGroupPaintToolBuilder
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshGroupPaintTool.h |
| Include | #include "MeshGroupPaintTool.h" |
Syntax
UCLASS ()
class UMeshGroupPaintToolBuilder : public UMeshSurfacePointMeshEditingToolBuilder
Remarks
Tool Builder
Overridden from UMeshSurfacePointToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| UMeshSurfacePointTool * | CreateNewTool
(
const FToolBuilderState& SceneState |
Overridden from UInteractiveToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| bool | CanBuildTool
(
const FToolBuilderState& SceneState |
Check if, given the current scene state, a new instance of this builder's Tool can be created |