Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UMultiSelectionMeshEditingTool
- IDynamicMeshOperatorFactory
- UBaseCreateFromSelectedTool
- UBaseVoxelTool
- UVoxelSolidifyMeshesTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/VoxelSolidifyMeshesTool.h |
| Include | #include "VoxelSolidifyMeshesTool.h" |
Syntax
UCLASS ()
class UVoxelSolidifyMeshesTool : public UBaseVoxelTool
Remarks
Tool to take one or more meshes, possibly intersecting and possibly with holes, and create a single solid mesh with consistent inside/outside
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UVoxelSolidifyMeshesToolProperties > | SolidifyProperties |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UBaseCreateFromSelectedTool
| Type | Name | Description | |
|---|---|---|---|
| FText | Return the name of the action to be used in the Undo stack | ||
| FString | Return the name to be used for generated assets. | ||
| void | Saves VoxProperties; typically need to overload and call "Super::SaveProperties();" | ||
| void | Sets up VoxProperties; typically need to overload and call "Super::SetupProperties();" |
Overridden from IDynamicMeshOperatorFactory
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< UE::Geometry::FDynamicMeshOperator > | IDynamicMeshOperatorFactory API. |