Variable is not blueprint accessable, please fix markup or cease accessing this....

Hey

Make sure you’re not limiting the variable’s accessibility in the blueprint
image

If it’s a variable created in CPP you have to especify it’s limits in blueprint

UPROPERTY(BlueprintReadWrite) int Upgrade Sum;