unreal.PCGPolygonOperationMetadataMode

class unreal.PCGPolygonOperationMetadataMode

Bases: EnumBase

EPCGPolygon Operation Metadata Mode

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGPolygon2DOperation.h

FULL: PCGPolygonOperationMetadataMode = Ellipsis

Output polygons will have their attribute values be based on input polygons first, then on clip polygons.

Type:

2

NONE: PCGPolygonOperationMetadataMode = Ellipsis

Output polygons will have their default attribute values only.

Type:

0

SOURCE_ONLY: PCGPolygonOperationMetadataMode = Ellipsis

Output polygons will have their attribute values based on the input polygons only.

Type:

1