[Blueprints]I am using UE 5.1 and made an inventory system. When i implemented a transfer feature to this system. The ui implementation would not work. But it was not the for each loop not working the loop is increase it array index for each item in the context i have. But after the child is not added to the ui grid list. I am using the slots as a button to activate the transfer and these items are being added to my inventory. yet only the first slot appears and i have to close the ui and open it up again and then they appears.
Fix Problem
I was using a Grid Panel. It seams that you can’t create new Grid slots during run time. I replaced all references with a Vertical Box that has solved my problem.