GameState Load from SaveGame?

I’m using a custom GameState to store global variables so they persist. I can save GameState out to a .sav via SaveGame. I can load MyGameState from the .sav, but how do you overwrite the running GameState with it? I can’t seem to find anything in Blueprints to do it.

Thanks!