Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnly/Public/PolygonOnMeshTool.h |
Include |
#include "PolygonOnMeshTool.h" |
UCLASS()
class UPolygonOnMeshToolProperties : public UInteractiveToolPropertySet
Standard properties of the polygon-on-mesh operations
Name | Description | ||
---|---|---|---|
|
bCutWithBoolean |
Use a volumetric boolean rather than curve projection; cuts through all layers and across edges |
|
|
bTryToFixCracks |
Automatically attempt to fill any open boundaries left by CSG (e.g. due to numerical errors) |
|
|
float |
CornerRatio |
Corner Ratio of RoundRect Polygon |
|
float |
Height |
Height of Polygon |
|
Operation |
What operation to apply using the Polygon |
|
|
*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 |
|
Shape |
Polygon Shape to use in this Operation |
|
|
Subdivisions |
Number of sides in Circle or RoundRect Corner |
|
|
float |
Width |
Width of Polygon |