Can I update an object's blueprint from the change made to it in the level

Say I have a character and his health is 100. From within the level I change the variable to 1000 health. Can I update the blueprint so that it gets the new variable from that? I can see how I make child of that character, but I want to update the original character.