How to set text block text with BP ?

I can’t believe I must ask for this…

How to set a textblock text with blueprint ?

In an editor widget I fill a list with textblocks but no text is set in any item.

The editor widget button filling the list :

End the result where we can see the list filled by black items with no text despite text is bound to a veriable AND I call set text too but none works :

You’re not using the list view correctly. The listview creates widgets automatically, you just provide data. Have a look at any listview tutorial to get the gist.


In short: instead of widgets, you’d create data objects, and the listview would them handle widget instantiation.