UPolygonOnMeshToolProperties

Standard properties of the polygon-on-mesh operations

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

MeshModelingToolsEditorOnly

Header

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

Include

#include "PolygonOnMeshTool.h"

Syntax

UCLASS()
class UPolygonOnMeshToolProperties : public UInteractiveToolPropertySet

Remarks

Standard properties of the polygon-on-mesh operations

Variables

Name Description

Public variable UProperty Category, EditAnywhere

bool

 

bCutWithBoolean

Use a volumetric boolean rather than curve projection; cuts through all layers and across edges

Public variable UProperty Category, EditAnywhere, Meta

bool

 

bTryToFixCracks

Automatically attempt to fill any open boundaries left by CSG (e.g. due to numerical errors)

Public variable UProperty Category, EditAnywhere, Meta

float

 

CornerRatio

Corner Ratio of RoundRect Polygon

Public variable UProperty Category, EditAnywhere, Meta

float

 

Height

Height of Polygon

Public variable UProperty Category, EditAnywhere

EEmbeddedPolygo...

 

Operation

What operation to apply using the Polygon

Public variable UProperty Category, EditAnywhere, Meta

*float

 

PolygonScale

TODO: re-add if/when extrude is added as a supported operation ** Amount to extrude, if extrude is enabled Scale of polygon to embed

Public variable UProperty Category, EditAnywhere

EPolygonType

 

Shape

Polygon Shape to use in this Operation

Public variable UProperty Category, EditAnywhere, Meta

int32

 

Subdivisions

Number of sides in Circle or RoundRect Corner

Public variable UProperty Category, EditAnywhere, Meta

float

 

Width

Width of Polygon