That’s what ActorComponents are for. Reusable functionalities across different types of actor.
So why not create a new ActorComponent blueprint that will be shared by your MyMasterActor and MyMasterCharacter. So changes you made in your new ActorComponent will reflect to all your actors and their children that uses it.