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