unreal.PCGPolygonJoinType

class unreal.PCGPolygonJoinType

Bases: EnumBase

EPCGPolygon Join Type

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGPolygon2DUtils.h

MITER: PCGPolygonJoinType = Ellipsis

Squaring of convex edge joins with acute angles (“spikes”). Use in combination with MiterLimit.

Type:

2

ROUND: PCGPolygonJoinType = Ellipsis

Arcs on all convex edge joins.

Type:

1

SQUARE: PCGPolygonJoinType = Ellipsis

Uniform squaring on all convex edge joins.

Type:

0