Navigation
API > API/Plugins > API/Plugins/ModelingComponentsEditorOnly > API/Plugins/ModelingComponentsEditorOnly/Operations
References
| Module | ModelingComponentsEditorOnly |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Public/Operations/SubdividePoly.h |
| Include | #include "Operations/SubdividePoly.h" |
Syntax
enum ESubdivisionBoundaryScheme
&123;
SmoothCorners,
SharpCorners,
&125;
Values
| Name | Description |
|---|---|
| SmoothCorners | Corners with only one adjoining face are smoothed along with the rest of the mesh boundary. |
| SharpCorners | Corners with only one adjoining face are constrained to be passed through. |