Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UInteractiveTool
- IInteractiveToolEditorGizmoAPI
- IDynamicMeshOperatorFactory
- UBaseMeshFromSplinesTool
- UTriangulateSplinesTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/TriangulateSplinesTool.h |
| Include | #include "TriangulateSplinesTool.h" |
Syntax
UCLASS ()
class UTriangulateSplinesTool : public UBaseMeshFromSplinesTool
Remarks
Tool to create a mesh by triangulating the shapes outlined or traced by a set of selected Spline Components, with optional offset and extrusion
Overridden from UBaseMeshFromSplinesTool
| Type | Name | Description | |
|---|---|---|---|
| FString | Override with an appropriate prefix for generated meshes. | ||
| void | Override to respond to spline changes. | ||
| FText | Override with an appropriate tool transaction name. |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| void | Setup () |
InteractiveTool API. | |
| void | Shutdown
(
EToolShutdownType ShutdownType |
Called by ToolManager to shut down the Tool |
Overridden from IDynamicMeshOperatorFactory
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< UE::Geometry::FDynamicMeshOperator > | IDynamicMeshOperatorFactory API. |