Navigation
API > API/Plugins > API/Plugins/ModelingComponentsEditorOnly
Method for computing UVs on the output mesh
| Name | ESubdivisionOutputUVs |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponentsEditorOnly/Public/Operations/SubdividePoly.h |
| Include Path | #include "Operations/SubdividePoly.h" |
Syntax
enum ESubdivisionOutputUVs
{
Interpolated,
None,
}
Values
| Name | Remarks |
|---|---|
| Interpolated | Copy UVs to poly mesh vertices then interpolate as we subdivide. |
| None | Leave UVs uninitialized on output mesh. |