unreal.PCGSortAttributeEntry

class unreal.PCGSortAttributeEntry(input_source: PCGAttributePropertyInputSelector = [], sort_method: PCGSortMethod = Ellipsis)

Bases: StructBase

An individual entry in a multi sort operation.

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGSortAttributes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • input_source (PCGAttributePropertyInputSelector): [Read-Write]

  • sort_method (PCGSortMethod): [Read-Write]

property input_source: PCGAttributePropertyInputSelector

[Read-Write]

Type:

(PCGAttributePropertyInputSelector)

property sort_method: PCGSortMethod

[Read-Write]

Type:

(PCGSortMethod)