Transferring variables between blueprints.

Okay, here’s my Interface.
e8452f5f9bb955bcb263dbb823661388d85a9005.jpeg

And this is on my Receiver.
691f84656bb6740d6269bdf9b21bb3825653b0a4.jpeg

I want to be able to feed a variable into the interface, and have it pop out in the graph on my receiver.

I have implemented the interface on both my Game Controller and Receiver.

How do I do this?