Child Not Inheriting Graph or Variables

In my Level I have 4 statically placed Character Actors that are Child of the Char_Master.

In this Char_Master I have variables for Health related data and a Event Graph with an Event ActorOnClicked.

I noticed that when I spawn the level these characters only inherited components. Unless I misunderstand, I thought the child was supposed to inherit more than components.

In the dynamically spawned Character Actors I can see in their BP a Parent: event (yellow) linked to a red Event, but these static Character Actors are missing that. I looked for a way to put that content in and I cant find anything that says how to do that.

Am I missing something?

=======

Edit: I found the variables under Default, so those are linking correctly.

Figured it out.

Right click on Event and in the menu look for add call to parent function.