Also I highly encourage you to keep your Points or Coins as float instead of int as you will have more and more rounding errors. Even if you show them as a whole number to the player.
hopefully this works and shows the code: A and B score posted by anonymous | blueprintUE | PasteBin For Unreal Engine
I tried to copy your code and change it to floats instead as you suggested.
as I’m very new to UE, I don’t understand how to make the variables have a “target input”.
my “set/get total coins” variables only have the output but no target?
We no longer need to keep track of the amount after the decimal point.
Edit: I was also assuming we are transferring points from A to B, however now I see that this might not be the case as B is a player controller and A does not exist. It’s just a bunch of bonus points. Is that right?