Also confirmed that it’s not just for components of children spawned by child actor components. I tried working around by putting the properties in the Actor that contained the component I wanted to set up and the variables still wouldn’t save for the actor.
It also only appears to occur for properties originate from C++. Properties that I create on the BP that is being spawned via the Child Actor component apply properly in the child BP class.