Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGPolygonJoinType |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Elements/Polygon/PCGPolygon2DUtils.h |
| Include Path |
#include "Elements/Polygon/PCGPolygon2DUtils.h" |
Syntax
enum EPCGPolygonJoinType
{
Square,
Round,
Miter,
}
Values
| Name |
Remarks |
| Square |
Uniform squaring on all convex edge joins. |
| Round |
Arcs on all convex edge joins. |
| Miter |
Squaring of convex edge joins with acute angles ("spikes"). Use in combination with MiterLimit. |