Cant save or load settings. no errors

Hi, I’m new to game development.

I’m trying to save user’s settings but failing without any errors. I have tried all the different approaches I could find online.
Here are the solutions I tried [1][1] [2][2] [3][3]
I can not figure out what is wrong. I get no errors or warnings. I’m using blueprints.

Here is my current setup:
main level blueprint:

custom saveGame class:

https://imgur.com/Y5hHeej

Custom Game Instance Event Graph:

https://imgur.com/rJfvDdO

Custom Game Instance has 2 functions:
Load settings:

https://imgur.com/qXvv3tH

Save settings:

https://imgur.com/o2yMrcL

Loading attempt:

Saving attempt:

https://imgur.com/8la3u7v

Updating value to be saved:

https://imgur.com/RM0UKDS

My current setup is what I got through following ([this][12]) guide.

It would mean the world to me if anyone can point me in the right direction. I’m new to game dev and this is a dream of mine. Thanks in advance!