Set inherited variable defaults in C++ child class

I have an DataAsset derived C++ class called ItemData and a class derived beneath that. With BP you can set inherited variable default values that propagate to child classes. Can this be done in C++, and if so how?