unreal.DataflowFloatFieldOperationType¶
- class unreal.DataflowFloatFieldOperationType¶
Bases:
EnumBaseEDataflow Float Field Operation Type
C++ Source:
Plugin: GeometryCollectionPlugin
Module: GeometryCollectionNodes
File: GeometryCollectionFieldNodes.h
- DATAFLOW_FLOAT_FIELD_FALLOFF_TYPE_ADD: DataflowFloatFieldOperationType = Ellipsis¶
Output = Left + Right
- Type:
2
- Type:
Add the fields output values
- DATAFLOW_FLOAT_FIELD_FALLOFF_TYPE_DIVIDE: DataflowFloatFieldOperationType = Ellipsis¶
Output = Left / Right
- Type:
1
- Type:
Divide the fields output values
- DATAFLOW_FLOAT_FIELD_FALLOFF_TYPE_MAX: DataflowFloatFieldOperationType = Ellipsis¶
Output = Max(Left, Right)
- Type:
5
- Type:
Max of the fields output values
- DATAFLOW_FLOAT_FIELD_FALLOFF_TYPE_MIN: DataflowFloatFieldOperationType = Ellipsis¶
Output = Min(Left, Right)
- Type:
4
- Type:
Min of the fields output values
- DATAFLOW_FLOAT_FIELD_FALLOFF_TYPE_SUBSTRACT: DataflowFloatFieldOperationType = Ellipsis¶
Output = Left - Right
- Type:
3
- Type:
Subtract the fields output
- DATAFLOW_FLOAT_FIELD_OPERATION_TYPE_MULTIPLY: DataflowFloatFieldOperationType = Ellipsis¶
Output = Left * Right
- Type:
0
- Type:
Multiply the fields output values