C++ how to set default Value of bpsubclass member variable

I want to set any member variable in the bpSubclass through a CallInEditor method of the C++ parent class.
Variables can be modified but the default value has not changed. Therefore, the data is still old after compilation and saving.