Gifts from Me to You in 4.3
Four nodes I offered to Epic are now available in 4.3!
Min of Float Array
Max of Float Array
Min of Int Array
Max of Int Array
The bulk of this code was actually done in c++, I made a generic min and max function that accepts any variable type for which the < operator is defined.
I exposed this to blueprints only in the form of Int and Float arrays as that was deemed by Epic to be the simplest and best approach for now.
I originally made these for myself in C++ and in BP for Hourences for Project Solus and he mentioned it was really needed in the Engine itself so I offered it to Epic and they accepted it
Here’s a picture of my nodes which you can now use in 4.3!