unreal.PCGPolygonOperation

class unreal.PCGPolygonOperation

Bases: EnumBase

EPCGPolygon Operation

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGPolygon2DOperation.h

CUT_WITH_PATHS: PCGPolygonOperation = Ellipsis

Cuts polygons with paths by completing them using the polygon bounds. If both ends of the path are not outside the input polygons, the results might be incorrect.

Type:

6

DIFFERENCE: PCGPolygonOperation = Ellipsis

1

EXCLUSIVE_OR: PCGPolygonOperation = Ellipsis

5

INNER_INTERSECTION: PCGPolygonOperation = Ellipsis

4

INTERSECTION: PCGPolygonOperation = Ellipsis

2

PAIRWISE_INTERSECTION: PCGPolygonOperation = Ellipsis

3

UNION: PCGPolygonOperation = Ellipsis

0