Epic Developer Community Forums
Problem loading variables from save game to game instance at game start in c++
Development
Programming & Scripting
C++
unreal-engine
anonymous_user_f7db3d16
(anonymous_user_f7db3d16)
April 1, 2021, 10:04pm
8
your ints
int CurrentCoins;
should be int32 CurrentCoins;
show post in topic