How could I copy text from game widget?

How could I copy text from widget and past the info for example in Instagram or somewhere else.
If you have some info please share with me.
Thanks!

You create the TextBox Called in Widget Viewer for example TextBox1 and than on the right side of Widget Viewer in Details panel promote it to the Variable and inside of the Graph Editor write, GetText TextBox and plugin your TextBox1 inside of this node,and you will get the text from the TextBox1.