Cubes and their numbers

Hi,

I have a problem, I would like to give my cubes a number, let’s assume from 1 to 9, so I have 9 cubes each with a different number and here I have some questions.
How to assign a number to a cube and a value
How do I draw one number but cannot repeat itself, my target range of numbers is 1-999
How to make it possible for me to add only larger numbers than the previous one.
2 + 3 good
3 + 9 good
9 + 8 wrong
5 + 2 wrong

I don’t count on ready-made answers, even a small hint will be good but I’m stuck here for a while

Thanks in advance for all answers

If you want the cubes to just be actors, then you’re pretty much stuck with actor tags. You can put the number in there.

I’d recommend making the cubes blueprints though, then you can just add the number as a variable.

See if this helps:

It generates as many unique random numbers as there are cubes and assigns them in an ascending order. Did not test it thoroughly but it seems to deliver the result, at least at a glance.