What is return value of textblock in UMG?

it ok i can do another way to show text in textblock when stamina is low
by simple set text

but i want the textblock not the simple set text

this is really stupid but please helpme this is my screenshot

i try to change the return value but all value looklikenot working

I’m not entirely sure what you’re asking but based on my understanding, here’s my answer…

The return value is a TextReference. If you want to hook up TextBlock596 to your ReturnNode's ReturnValue, you’ll need to drag a node off TextBlock596 and GetText (Text) and then connect that function’s ReturnValue to your ReturnNode's ReturnValue.

I broke one of my UMG TextBlock’s bindings to show you what I mean:

thank you very much sir
this is really help me out

Glad I could help. :slight_smile: Mind voting my answer up and marking it as accepted?