I am trying to build a blueprint which selects a number of random strings from the array then delets the chosen so you dont have them twice. But for some reason it does not remove the selected one in one loop so it continue to select the same one agen, even with a ForLoop. If any one knows how can I fix this please let me now thanks.
hmmm one thing i notice is that your not printing the same index as your removing. though that shouldn’t affect the end result.
Agreed, you’re printing a different index from the you’re removing, which is what I think is confusing you… ( the print string makes a separate call to RandomIntInRange from the GET )
Thank you so much , man that was driving me crazy!
