I wrote a class that have some variables. Some primitives and some not. Any changes I make to the base class or any of its variable objects are not reflected in the in editor behavior. I tried remaking the BP class and then it worked as I wanted it to, but I am not willing to remake the child class every time. How can I force the BP to not store its values and instead use the C++ class` values, or to re-import these values?