Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UVoxelCSGMeshesToolProperties
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/VoxelCSGMeshesTool.h |
| Include | #include "VoxelCSGMeshesTool.h" |
Syntax
UCLASS&40;&41;
class UVoxelCSGMeshesToolProperties : public UInteractiveToolPropertySet
Remarks
Standard properties of the Voxel CSG 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. | |
| EVoxelCSGOperation | Operation | The type of operation | |
| int32 | VoxelCount | The size of the geometry bounding box major axis measured in voxels. |