unreal.PCGElementMultiplicity

class unreal.PCGElementMultiplicity

Bases: EnumBase

Method for combining two or more element counts.

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGPinPropertiesGPU.h

PRODUCT: PCGElementMultiplicity = Ellipsis

Element count will be the product of the elements in each pair/tuple/etc of input data.

Type:

0

SUM: PCGElementMultiplicity = Ellipsis

Element count will be the sum of the elements in each pair/tuple/etc of input data.

Type:

1