Sentura is correct. To expand on that answer, take a look at this screenshot. You need to get a random int, convert that int to a byte (because enums are bytes in UE4), then convert that byte to the enum type you’re using (firstnames, lastnames, genders etc), then set your variable.
8 Likes
