How can I read the value of a variable from a Widget BP, in a Class BP?

Good day.
Im super very new to UE4.
Im tyring to create a multipe answer question, visual novel style, using widgets, by trying to get the values of certian variables from the Widget BP to the Class BP.

In the Widget BP,
I’ve created Buttons in the Designer Pannel that represent the answers. In the Graph Pannel, on EventClicked, those buttons set boolean variables.

In the Class BP im trying to read what the values of those boolean variables are, so I can use Branch and decipher which choice the player has made.
This is what it looks like, and what i’ve tried in the class BP:

Can someone suggest what am doing wrong or missing?