Cannot update the text on my 3D Widget in VR

Hey everyone, I’m trying to make a solar system where when you grab the planets an information widget will show up and give you different text about each planet.
I have a widget, a widget blueprint and my motion controller pawn.
I spawn my widget blueprint inside my vr pawn but from there cannot pass the text variable from my VR Pawn, which checks which planet it is, to my Widget. Everything i’ve done gives me “not compatible references” Even when I use “Get User Widget Object”

I’ve tried both “SetText” as well as just accessing a variable withing my widget and changing that instead.
Any help would be super appreciated.
Thanks in advance!