Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly
Standard properties of the polygon-on-mesh operations
| Name | UPolygonOnMeshToolProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/PolygonOnMeshTool.h |
| Include Path | #include "PolygonOnMeshTool.h" |
Syntax
UCLASS (MinimalAPI)
class UPolygonOnMeshToolProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UPolygonOnMeshToolProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UPolygonOnMeshToolProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCutWithBoolean | bool | Use a volumetric boolean rather than curve projection; cuts through all layers and across edges | PolygonOnMeshTool.h |
|
| Operation | EEmbeddedPolygonOpMethod | What operation to apply using the Polygon | PolygonOnMeshTool.h |
|
| Shape | EPolygonType | Polygon Shape to use in this Operation | PolygonOnMeshTool.h |
|