Can I keep the default value not be reset when changing the name of a variable?

I have a Parent Blueprint Class and many Children classes derived from that Parent Class with different default values. After I change the name of a variable in Parent Blueprint Class, all the default values of that variable in the Children classes are reseted. Is there any way can help to keep the default values?