List View not changing entry properties

Hey, so i’m trying to make an inventory UI using the list view component; i create the widget from the character bp as normal and send the array of items to the widget by exposing it as a variable, but when i make the list entry widgets to populate the item list, i expose the variable as normal but they don’t show the name or icon i feed them

this is how i’m feeding the variables:

And this is how they’re bound to the widget components:

(The Inventory item list is populated by default to test the whole thing, and i’ve already set up a print command to print out the name before and after the widget is created and the printed item names are correct, so the main widget is definitely receiving from the character bp)

Am i missing something or doing something wrong here?

1 Like

I’m having the same problem, man. Did you manage to solve it since then?

1 Like