Navigation
API > API/Runtime > API/Runtime/GeometryCore
Forward declarations
| Name | UE::Geometry::EProfileSweepQuadSplit |
| Type | enum |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Generators/SweepGenerator.h |
| Include Path | #include "Generators/SweepGenerator.h" |
Syntax
namespace UE
{
namespace Geometry
{
enum EProfileSweepQuadSplit
{
Uniform,
ShortestDiagonal,
}
}
}
Values
| Name | Remarks |
|---|---|
| Uniform | Always split the quad in the same way relative sweep direction and profile direction. |
| ShortestDiagonal | Split the quad to connect the shortest diagonal. |