I have Created a “Master Widget” containing multiple widgets, and now i want Widget 1 to send text to widget 2, how is that possible, have tried almost everything, from Blueprint Interface to CastTo, etc. etc.
Any help Is appreciated I’m using UE 5.2
Widget one had a ComboBox (String) containing 5 options

Widget 1 Event Graph
Widget 2 has a textbox with a binding to GetText
Widget 2 GetText Graph
In the Level Blueprint i have the Create Master Widget and added to the viewport, i can see the widgets, however i can not get them to communicate with each other.