UVoxelCSGMeshesToolProperties

Standard properties of the Voxel CSG operation

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

MeshModelingToolsEditorOnly

Header

/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnly/Public/VoxelCSGMeshesTool.h

Include

#include "VoxelCSGMeshesTool.h"

Syntax

UCLASS()
class UVoxelCSGMeshesToolProperties : public UInteractiveToolPropertySet

Remarks

Standard properties of the Voxel CSG operation

Variables

Name Description

Public variable UProperty Category, EditAnywhere

bool

 

bAutoSimplify

Automatically simplify the result of voxel-based merge.

Public variable UProperty Category, EditAnywhere, Meta

float

 

MeshAdaptivity

Remeshing adaptivity, prior to optional simplification

Public variable UProperty Category, EditAnywhere, Meta

float

 

OffsetDistance

Offset when remeshing,

large offsets with high voxels counts will be slow

Public variable UProperty Category, EditAnywhere

EVoxelCSGOperat...

 

Operation

The type of operation

Public variable UProperty Category, EditAnywhere, Meta

int32

 

VoxelCount

The size of the geometry bounding box major axis measured in voxels.