Is there any more convenient or easiest way to do this?
1 Like
How are you converting your Enum into an Array? Using the “Make Array” function/node doesn’t work.
Is your “Enum Array” an array made from 1 Enum or an array of multiple Enums? I want to choose a random element out of 1 Enum, not choose a random Enum from multiple Enums
probably its predefined array. you can use “for each enumtype” and you can build an array. Which I don’t prefer it.
Replace the random integer value with the minimum and maximum index of your enum.
1 Like