Config value disappear

Hello!

I use config variables to store my volume slider values like this:

    UPROPERTY(Config)
    float MasterVolume;

Everything works just fine until i move the slider to zero, then the entry in the ini file disappear!
Why cant i store a zero value?
Is there any solution to this? Or do i have to solve it another way?