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