Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolBuilder
- UInteractiveToolWithToolTargetsBuilder
- UMeshSurfacePointToolBuilder
- UMeshSurfacePointMeshEditingToolBuilder
- UMeshSelectionToolBuilder
- UEditMeshMaterialsToolBuilder
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshSelectionTool.h |
| Include | #include "MeshSelectionTool.h" |
Syntax
UCLASS&40;&41;
class UMeshSelectionToolBuilder : public UMeshSurfacePointMeshEditingToolBuilder
Overridden from UMeshSurfacePointToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| UMeshSurfacePointTool * | CreateNewTool
(
const FToolBuilderState& SceneState |
||
| void | InitializeNewTool
(
UMeshSurfacePointTool* Tool, |
Called by BuildTool to configure the Tool with the input MeshSource based on the SceneState |