unreal.DataflowVectorFieldOperationType

class unreal.DataflowVectorFieldOperationType

Bases: EnumBase

EDataflow Vector Field Operation Type

C++ Source:

  • Plugin: GeometryCollectionPlugin

  • Module: GeometryCollectionNodes

  • File: GeometryCollectionFieldNodes.h

DATAFLOW_VECTOR_FIELD_FALLOFF_TYPE_ADD: DataflowVectorFieldOperationType

Output = Left + Right

Type:

2

Type:

Add the fields output values

DATAFLOW_VECTOR_FIELD_FALLOFF_TYPE_CROSS_PRODUCT: DataflowVectorFieldOperationType

Output = Left x Right

Type:

4

Type:

Cross product of the fields output values

DATAFLOW_VECTOR_FIELD_FALLOFF_TYPE_DIVIDE: DataflowVectorFieldOperationType

Output = Left / Right

Type:

1

Type:

Divide the fields output values

DATAFLOW_VECTOR_FIELD_FALLOFF_TYPE_SUBSTRACT: DataflowVectorFieldOperationType

Output = Left - Right

Type:

3

Type:

Subtract the fields output

DATAFLOW_VECTOR_FIELD_OPERATION_TYPE_MULTIPLY: DataflowVectorFieldOperationType

Output = Left * Right

Type:

0

Type:

Multiply the fields output values