Not reading Text from Text box

Thanks in advanced for all help

I have a bp_HUD, in it is 5 text boxes of names. Drizzt, Tas, etc

From bp_thirdpersonchracter you know the one. I am trying to read them and put them into an array.

Made a function called Set_Cat_Names.

in that function i call Get All Widgets of Class and set it to BP_HUD.

from found Widgets i go a GET (a copy)
from there is Get the name of the first text box: txt_Name_1
from there I do a GetTExt(Text) but it returns it as the name of the text box, not the string in it.
I tried Get Text but same thing and I get this error

I need the array of cat names to put them in random location to be found.

Any ideas