Variables not consistent it child blueprints

I have been using parent and child blueprints, and I have noticed a bug(?) where the child blueprints don’t have the same variables. For example:

Is this a bug? can it be fixed, thanks in advance.

1 Like

Hi aFanOfHammers,

The variables from a Parent Blueprint are available in the Child BP, but they don’t show up in the My Blueprint tab by default. To show them, click the eye icon at the top of the tab and enable, “Show Inherited Variables”:

This will include all the variables from the Parent BP. Alternatively, if you don’t need them showing up in that tab, a simple search for the variable in the Event Graph will return a Get and Set option as well.

Hope that helps!

Didn’t know it was that simple! thanks so much Ben!