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
class FSubdividePoly
Remarks
Interprets an FGroupTopology object as a poly mesh and refines it to a given level. Topological subdivision can be computed separately from the interpolation of vertex positions. A typical workflow might be to first precompute the refined topology, then compute the interpolated positions (and other vertex values) as the original polymesh is deformed.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bNewPolyGroups | ||
| ESubdivisionBoundaryScheme | BoundaryScheme | ||
| ESubdivisionOutputNormals | NormalComputationMethod | ||
| ESubdivisionScheme | SubdivisionScheme | ||
| ESubdivisionOutputUVs | UVComputationMethod |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSubdividePoly
(
const FGroupTopology& InTopology, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ComputeSubdividedMesh
(
FDynamicMesh3& OutMesh |
||
| bool | |||
| ETopologyCheckResult |
Classes
| Type | Name | Description | |
|---|---|---|---|
| RefinerImpl |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ETopologyCheckResult |