Create widget as child of another widget -- Through another widget.

So essentially I am creating a notification widget in the thirdperson bp and then creating child “notification slot” which holds the text that is to be displayed. I then can set this text via a func in the third person bp. All of this works.

However, when I try to cast to the third person bp and then call the function, it does not work. No errors. It just doesn’t do it…

Please help, I’ve tried like a billion ways of doing this, all failed.