Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UMergeMeshesToolProperties
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/MergeMeshesTool.h |
| Include | #include "MergeMeshesTool.h" |
Syntax
UCLASS ()
class UMergeMeshesToolProperties : public UInteractiveToolPropertySet
Remarks
Standard properties of the Merge Meshes operation
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoSimplify | Automatically simplify the result of voxel-based merge. | |
| float | MeshAdaptivity | Remeshing adaptivity, prior to optional simplification | |
| float | OffsetDistance | Offset when remeshing, note large offsets with high voxels counts will be slow. | |
| int32 | VoxelCount | The size of the geometry bounding box major axis measured in voxels. |