If Parent/base blueprint changes does child update?

Hello a simple question but i often have problems finding how someone else has phrased a question so there may already be an answer. I have a blueprint “baseCharacter” and then create my “playerCharacter” based or parented upon baseCharacter, if i make functionality changes to the “baseCharacter” will "playerCharacter reflect those changes after it was created?

Thanks for the quick response, I was hoping for that but wasn’t in a good place to test it myself.

Yes, any changes made in the parent will be reflected in all children and updated accordingly. You can even see this in the content browser, editing the parent makes all the children have the little “star” in the bottom left corner indicating they need to be “saved” again.

No problem, you should be fine. It is a simple test actually. Add any variable to your parent and then save and compile. Open up a child and you will see the variable is now in the children.