Subclass Blueprint to Inherit Parent Class blueprint

Hello,

I have a parent class A and a subclass B which is derived from the parent class A.

I have a blueprint derived from subclass B. Now I realized that I need to add some functionality to class A. So I created a blueprint for the class A.

After I implemented the functionality, I realized that blueprint for class B doesn’t inherit the functionality from blueprint for class A.

Am I doing something wrong? Do I have to do something else?