Widget Slider position value doesn't load from savegame

So I have a slider in my pause menu widget that controls mouse sensitivity. The sensitivity changes when I move the slider and it saves when I close the pause menu but when I open it up again the slider position resets to the default value. I have the value saved as a float in my savegame and it’s editable as well. I made custom events for loading, saving, and setting the widget value.

I deleted the second create savegame object node as it was overwriteing the previous one