how do I utilize the same variable across the widget blueprint and my character blueprint

how do I utilize the same variable across the widget blueprint and my character blueprint?
the picture below is from my widget blueprint

and image below this is my character blueprint in where I want to access the player Name WB variable from the other image above

You can do it either way around, but the easiest way is to have the variable in your character, because you can always hold of that with ‘get player character’ followed by a cast…