unreal.PCGAttributeReduceOperation

class unreal.PCGAttributeReduceOperation

Bases: EnumBase

EPCGAttribute Reduce Operation

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGAttributeReduceElement.h

AVERAGE: PCGAttributeReduceOperation

0

MAX: PCGAttributeReduceOperation

1

MIN: PCGAttributeReduceOperation

2

SUM: PCGAttributeReduceOperation

3