Navigation
Unreal Engine C++ API Reference > Plugins > MeshModelingTools > Properties
References
Module | MeshModelingTools |
Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Properties/RevolveProperties.h |
Include | #include "Properties/RevolveProperties.h" |
Syntax
enum ERevolvePropertiesPolygroupMode
&123;
PerShape,
PerFace,
PerRevolveStep,
PerPathSegment,
&125;
Values
Name | Description |
---|---|
PerShape | One PolyGroup for the entire shape |
PerFace | One PolyGroup for each geometric face |
PerRevolveStep | One PolyGroup along the path for each revolution step |
PerPathSegment | One PolyGroup along the revolution steps for each path segment |