I want an objectinitializer for blueprints

For example, I have a blueprint class A, which has a component B, and then I create a blueprint class C, and C inherits A. of course, C also has a component B. However, if I want change the component B to component D, component D inherits component B. it cannot be done in the blueprint.