Unable to load different game mode when streaming new level

Good Evening,

I have a main menu game mode for my main menu of the game. Upon character selection, I stream new level (firstpersonexamplemap) and unload level (mainmenumap). I spawn in the firstpersonexamplemap with my character; however, the game mode doesn’t change; therefore, my variables for that character does not load such as health, stamina, mana, etc. When I load the level on it’s own without using the blueprints, my character loads with the variables and the game mode is that assigned to the firstpersonexample map.

Any help would be greatly appreciated. Thank you!