Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UEditMeshPolygonsToolActionPropertySet
- UEditMeshPolygonsToolEdgeActions
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/EditMeshPolygonsTool.h |
| Include | #include "EditMeshPolygonsTool.h" |
Syntax
UCLASS&40;&41;
class UEditMeshPolygonsToolEdgeActions : public UEditMeshPolygonsToolActionPropertySet
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Bevel () |
Bevel the selected edges, replacing them with angled faces | |
| void | Bridge () |
Create a new face that connects the selected edges | |
| void | FillHole () |
Fill the adjacent hole for any selected boundary edges | |
| void | Simplify () |
Simplify the underlying triangulation along the selected edges, when doing so won't change the shape or UVs, or make low-quality triangles | |
| void | Straighten () |
Make each selected polygroup edge follow a straight path between its endpoints | |
| void | Weld () |
Merge selected edges, moving the first edge to the second |