unreal.PCGFilterByAttributeMode

class unreal.PCGFilterByAttributeMode

Bases: EnumBase

EPCGFilter by Attribute Mode

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGFilterByAttribute.h

FILTER_BY_EXISTENCE: PCGFilterByAttributeMode = Ellipsis

Filter the data if they have a specific attribute.

Type:

0

FILTER_BY_VALUE: PCGFilterByAttributeMode = Ellipsis

Filter the data by comparing the values of an attribute.

Type:

1

FILTER_BY_VALUE_RANGE: PCGFilterByAttributeMode = Ellipsis

Filter the data by comparing the values of an attribute within a range.

Type:

2