Map Var set in Game Instance loses values

Hey all,

I have a map that was created in my game instance to hold some key value pairs, the key being a class. In another BP I am attempting to access the map from an interface event. When I print out the structure values from the map, they come back as None… Why is that?