Can not recombine my data table in variable. (Set member in set member)

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

.

I fixed the issue! So for everyone coming here for the same issue. Dont try to change the struct of the item data. Create in the slots struct a integer variable called stack and just update this variable with the set members. That works like a charm!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.