How can I replace or edit an existing blueprint class in C ++?

Using “FKismetEditorUtilities::CreateBlueprintFromActor” it was possible to save the Actor on the Outliner as a blueprint class.
However, I do not know how to edit an existing blueprint class or overwrite it with another actor on the Outliner.

Please tell me the correct way.