Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | ERevolvePropertiesQuadSplit |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Properties/RevolveProperties.h |
| Include Path | #include "Properties/RevolveProperties.h" |
Syntax
enum ERevolvePropertiesQuadSplit
{
Uniform,
Compact,
}
Values
| Name | Remarks |
|---|---|
| Uniform | Quads will always be split into triangles the same way regardless of quad shape. |
| Compact | Quads will be split into triangles by connecting the shortest diagonal. |