Problem loading variables from save game to game instance at game start in c++

Aren’t you missing the UPROPERTY() macro before each property declaration? The reflection system will not recognize any variable not “marked” with this macro.

1 Like