Object Variables Not Editable in Child Blueprint

I have object variables used to define aspects of how a weapon I create functions, but I can not edit them in child blueprints I create.
image

  1. If it’s what I think you are saying, then click the “Eye” icon to make the variable “Instance Editable.”

  2. But if it’s the other issue: in UE4x, if you add a Child BP to a Parent BP, then you CANT edit the Child’s variables from within the Parent window, when you click on the Parent in the level/map.

  • [I.e. A) cant edit Child vars in an Instance of Parent (if it’s placed in the map, then it’s an Instance of the BP); B) but can edit Child vars in the Editor window of Parent. And I’m trying to find a fix for #A.]