Money system where to store

Best result are obtained storing the variables and the functions in the game instance, so you can get values and functions in any moment and any map casting the bp using the “Get Game Instance” node. Also you can store the values in a savegame and when the game is loading transfer them from the savegame to the instance.