How iterate Blueprint Class from Graph ?

I believe there is no inbuilt function that will allow you to access all text widgets as an array. But you can create your own array of type “Text” object, and then set its Instance Editable property to True. This will cause the array to show up in the details panel of the Design Tab. From here, you can easily add the required text widgets to the array through the dropdown list which will show all text widgets present in your main widget.