Steps to Reproduce
Create a UActorComponent class (blueprint or c++), add a variable to it, and add it to a new blueprint Actor class, and then create a blueprint subclass of that actor. Place an actor of the subclass into the level, and modify the value of the variable on the component. When you recompile the subclass, this value on the actor will be reset to the default value.