Variables not consistent it child blueprints

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

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

2 Likes

Hi ,

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

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

Hope that helps!

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