Navigation
API > API/Runtime > API/Runtime/GeometryCore
Forward declarations
| Name | UE::Geometry::EProfileSweepPolygonGrouping |
| Type | enum |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Generators/SweepGenerator.h |
| Include Path | #include "Generators/SweepGenerator.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum EProfileSweepPolygonGrouping
{
Single,
PerFace,
PerSweepSegment,
PerProfileSegment,
}
}
}
Values
| Name | Remarks |
|---|---|
| Single | One polygroup for entire output mesh |
| PerFace | One polygroup per mesh quad/triangle |
| PerSweepSegment | One polygroup per strip that represents a step along the sweep curve. |
| PerProfileSegment | One polygroup per strip coming from each individual edge of the profile curve. |