unreal.PCGDataMultiplicity

class unreal.PCGDataMultiplicity

Bases: EnumBase

Method for combining two or more data counts.

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGPinPropertiesGPU.h

CARTESIAN_PRODUCT: PCGDataMultiplicity = Ellipsis

If there are two input pins with N and M data items respectively, the output will have NxM data items.

Type:

1

PAIRWISE: PCGDataMultiplicity = Ellipsis

A data item will be produced for each pair/tuple/etc of input data items across the input pins. Requires all pins to have 1 or N data items.

Type:

0