unreal.PCGCreatePolygonDefaultNormalBehavior

class unreal.PCGCreatePolygonDefaultNormalBehavior

Bases: EnumBase

EPCGCreate Polygon Default Normal Behavior

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGCreatePolygon2D.h

ALWAYS: PCGCreatePolygonDefaultNormalBehavior = Ellipsis

Uses the default normal for all polygons.

Type:

2

ONLY_FOR_DEGENERATE_CASES: PCGCreatePolygonDefaultNormalBehavior = Ellipsis

Uses the default normal only for polygons that are degenerate (collinear or too small).

Type:

0

ONLY_FOR_OPEN_POLYGONS: PCGCreatePolygonDefaultNormalBehavior = Ellipsis

Uses the default normal for all open polygons (including forced open polygons) and degenerate polygons.

Type:

1