Name variable not printing correctly

Sorry, I’ve figured it out (at last, though this was driving me insane). My print logic was connected to the Event BeginPlay, which I didn’t assume would be an issue since I was picking town names right after spawning. Turns out that was a mistake. I just added a .1s delay before printing and it fixed the issue. Still, thanks for the help!