I’m trying to create questions that can be read randomly, but the same questions often come up twice in a row, and I’d like to know if there’s a node or technique to ensure that random data is read only once.
On BeginPlay save a copy of GetRowNames and shuffle that array. You can now pop values from that array or use an incrementing counter to get random rows only once.