Essentially. I have Data Asset information for objects in my level. I have a terminal from which you access the information. I am struggling to make a blueprint work to have my widget to pull information from the data assets. Any ideas would be appreciated.
You need two widgets in main and the slot

in the SceneMain
Put the vertical box where the slots will go
Creates a variable of the type of the datassets and of array format
and loop to get all the data and spawn a slot for each one.
If you only show one item at a time, change the loop to a way of moving through the index of the array.
although after rereading your question again
, what you need is in the widget “expose in spawn” the binds like the example I put with name.




