Hey this is cool! Looks really nice.
Granted you’ll want to change the min to 32 as the first 32 entries are non displayable entries.
but yeah awesome stuff ill test it here shortly.
edit : tried your function, i made a tiny change
Result += FMath::RandRange(33, 126);
since, 0 - 31 will give you non displayables, 32 is space, if you want spaces change 33 to 32, but i also got rid of potential deletes too, but yes, this is a much better function. thanks.