Text block text not updating

Hello Jimmyt1988,

The layout of widget is not shown but look into the Set and SetText nodes. You may not have the right nodes for the right targets. What is the Inventory Item Slot Item and why is it empty? I would expected to be populated or better, to directly get the reference target of the child text. Can you tell us more about your widget setup if that doesn’t solve your issue?

Thanks!

Thanks for the help.

I changed the setter to a getter for the inventory item slot item name variable:

190951-ah.png

I am creating a widget and adding it to a wrapbox. This works nicely.

Before adding it to the wrap box, i’d like to change its text. Name does indeed have the correct value in it, but the created widget text remains to be its default text.

Any ideas what’s missing from my simple graph?

If i attach a print screen to the Name text coming out, that correctly displays too! Why won’t my widget text update?

I know I’m resurrecting a dead thread, but it seems there’s either a bug, or the design of the list is to be bounded to object items, and the widgets to be created out of them (since anyway you need to map a widget class that will render the items). I assume the later, so manually adding widgets into a list box, is not supported by design. You should use another panel for layouting. In my case I just switched to a Vertical Box and suddenly everything started working as expected.

1 Like