Advanced inventory


Wanting to make it so that when you hover over the inventory item its name and description shows up as text in the widget (box in the bottom left). Well the inventory items are showing when correctly when i pick something up, but i cant fetch the information from the array afterwards.

I think maybe it is putting the name and image there but not actually the information on which item in the array it is, if that makes sense? Any ideas?



like here in this debug you can see that its just printing blank space instead of the name of the item.

Use an event dispatcher, on hovered event in the inventory items blueprint, to call an event in the inventory blueprint to set the text in that box