unreal.PCGExportAttributesLayout

class unreal.PCGExportAttributesLayout

Bases: EnumBase

EPCGExport Attributes Layout

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGExportSelectedAttributes.h

BY_ATTRIBUTE: PCGExportAttributesLayout = Ellipsis

Use the attributes as the main data object. Each attribute grouping will contain the element values in sequential order.

Type:

1

BY_ELEMENT: PCGExportAttributesLayout = Ellipsis

Use the elements as the main data object. Each element contains all its attributes.

Type:

0