unreal.PCGMetadataOp

class unreal.PCGMetadataOp

Bases: EnumBase

EPCGMetadata Op

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGMetadataCommon.h

ADD: PCGMetadataOp = Ellipsis

Add the values.

Type:

3

DIV: PCGMetadataOp = Ellipsis

Divide the values.

Type:

5

MAX: PCGMetadataOp = Ellipsis

Take the maximum value.

Type:

1

MIN: PCGMetadataOp = Ellipsis

Take the minimum value.

Type:

0

MUL: PCGMetadataOp = Ellipsis

Multiply the values.

Type:

4

SOURCE_VALUE: PCGMetadataOp = Ellipsis

Pick the source (first) value.

Type:

6

SUB: PCGMetadataOp = Ellipsis

Subtract the values.

Type:

2

TARGET_VALUE: PCGMetadataOp = Ellipsis

Pick the target (second) value.

Type:

7