Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
EPCGPolygonEndType |
| Type |
enum |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Elements/Polygon/PCGPolygon2DUtils.h |
| Include Path |
#include "Elements/Polygon/PCGPolygon2DUtils.h" |
Syntax
enum EPCGPolygonEndType
{
Polygon,
Butt,
Square,
Round,
}
Values
| Name |
Remarks |
| Polygon |
Offsets only one side of a closed path |
| Butt |
Offsets both sides of a path, with square blunt ends |
| Square |
Offsets both sides of a path, with square extended ends |
| Round |
Offsets both sides of a path, with round extended ends |