Save GameMode variables in SaveGame class

Hey all,

I’m trying to save a bunch of boolean variables from my Game Mode in to my save game class but I can’t find a sane way to do it. I’ve found multiple tutorials on how to save integers but not variables. How do you do this?

These variables link to a UMG showing a bunch of unlocks within the game. Each variable essentially is activated once the player unlocks that particular thing.

Thanks!