AddFloatNode
Purpose of the Node
The AddFloatNode is used to add two float values together. It takes two float inputs and outputs their sum.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
Float 1 | The first float to be added | Struct | Array |
Float 2 | The second float to be added | String | Map |
Sum | The sum of the two floats | Number | Normal |