unreal.PCGAttributeReduceOperation

class unreal.PCGAttributeReduceOperation

Bases: EnumBase

EPCGAttribute Reduce Operation

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGAttributeReduceElement.h

AVERAGE: PCGAttributeReduceOperation = Ellipsis

0

JOIN: PCGAttributeReduceOperation = Ellipsis

4

MAX: PCGAttributeReduceOperation = Ellipsis

1

MIN: PCGAttributeReduceOperation = Ellipsis

2

SUM: PCGAttributeReduceOperation = Ellipsis

3