Hey, I hope someone can help me. I have an issue. I will try to explain it. I have a ItemDataTable. With all kind of items. In my inventory system I use a Slot struct to store my inventory. In the data table (S_Items) I want to increase a variable called ItemAmount. So I wrote a function for it. But I can not connect my output struct from the set members to the next higher level up. I think because I deconstruct the Datatable somehow. Can I do that with a special node? Pls help!
Here is the function were I can not conect the output to anything.
Here is the S_Slot struct I defined.
and here is the Item Datatable which is in the S_Items
.