No communication from Blueprint to Child Actor Blueprint

Thanks. Thats it. In my Child BP I do GetParentActor and have now access to the variable in my Parent BP. My third BP (C) can now CastTo my Parent BP and that particular variable.

I tried to reduce the step going through the Parent BP and cast directly to BP C but that didnt work.

But it works this way as well.