HELP: Highest Number - INT

Hi All

If I had 10 INTs, how would I find the largest?

In or not in an array.

Rama has a cool solution
https://forums.unrealengine.com/showthread.php?3851-(39)-Rama-s-Extra-Blueprint-Nodes-for-You-as-a-Plugin-No-C-Required!&p=148302&viewfull=1#post148302

If you want to do it by hand, create an array, iterate over all numbers with a foreach-loop and test each number with a greater + branch node.

Rama’s library has already been integrated into the engine, or at least it is as of 4.7P8.

Just use (Int), it doesn’t require an array. You can add pins to it.

https://docs.unrealengine.com/latest/INT/BlueprintAPI/Math/Integer/Max_Int_/index.html