Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- USplitMeshesToolProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/SplitMeshesTool.h |
| Include | #include "SplitMeshesTool.h" |
Syntax
UCLASS ()
class USplitMeshesToolProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsInSelectionMode | ||
| bool | bShowPreview | Whether to color mesh faces based on how they will be split into output meshes. | |
| bool | bTransferMaterials | Whether to transfer materials to the output meshes. | |
| double | ConnectVerticesThreshold | Vertices as close as this distance will be treated as overlapping, and kept in the same output mesh. | |
| ESplitMeshesMethod | SplitMethod | Method to use to split the input(s) into output meshes. |