Make UMG text which is bound to a variable show the variable value in editor?

I have a block of text, whose actual string value is bounded to a string variable. Am I able to make it so that when that variable’s default value is changed, I see the changes on the text block in the editor? It shows up just fine in the game, but I want to know if I can make it appear in the editor too.

Thanks.