unreal.PCGCopyPointsMetadataInheritanceMode

class unreal.PCGCopyPointsMetadataInheritanceMode

Bases: EnumBase

EPCGCopy Points Metadata Inheritance Mode

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGCopyPoints.h

NONE: PCGCopyPointsMetadataInheritanceMode

Points will have no metadata.

Type:

4

SOURCE_FIRST: PCGCopyPointsMetadataInheritanceMode

Points will inherit from source metadata and apply only unique attributes from target.

Type:

0

SOURCE_ONLY: PCGCopyPointsMetadataInheritanceMode

Points will inherit metadata only from the source.

Type:

2

TARGET_FIRST: PCGCopyPointsMetadataInheritanceMode

Points will inherit from target metadata and apply only unique attributes from source.

Type:

1

TARGET_ONLY: PCGCopyPointsMetadataInheritanceMode

Points will inherit metadata only from the target.

Type:

3