Heyo, so I want to get x amount of random items from an array without duplication (i.e. avoid getting the same index twice), using a random stream for seeded purposes in the future.
Problem is that it's giving me a straight line of items starting at a random index, instead of picking each one out randomly. Any ideas? https://blueprintue.com/blueprint/01oiqggx/
Random Stream is stored in a Game Instance, which gets a new random seed (Seed Random Stream) on Init.