I kind of wish they’d remove ‘Add Pin’ and make it a right-click option, it makes the nodes bigger than all the other math nodes and that upsets my OCD
I think the reason they haven’t added it to Subtract and Divide nodes is because it can make the order of operations confusing. Add nodes don’t care what order everything is added together, whereas subtract and divide do.
Thus my proposal for the behavior. “…] where all subsequent values are subtracted from the first one”
The order of the subsequent values is again commutative.
Indeed. The subtraction operator is noncommutative. Hence: A-B != B-A
The same is true for the division, in which case the two-values-only node absolutely makes sense…
This request has come up before and it has been considered, but there is a limitation to how the programming of the “Add Pin” currently works. “Add Pins” only works for commutative operations, which subtraction is not. I’ll speak to the Blueprint developers about it and whether or not a work-around can be created.