Video Tutorial doesn't display Inventory

For all most a week I been adding an i inventory system from a set of videos on you tube. and I just can’t get the inventory to display in game when I press the tab key.
Has any one ever tried this video tutorial before and been able to get it to work. The link is below. He uses a InputAction connected to a Tab key. he all so has a function called “Toggle Inventory”

and below is how he run it, as you can see I have it disabled, I been trying other option and nothing has worked.

Has anyone tried this tutorial before and been able to get it to work.

Ice

Hey Iceman, I went through the tutorial also a while ago and never had any issues. It’s what my inventory system i have now is based on but heavily modified. What is the exact issue you are having? Is the code inside the ‘Toggle Inventory’ function correct as it’s everything in there that will display the inventory to the screen.

form what I fount out that removing the pin from the InputAction to the toggle Inventory. Then it works. If the nodes are pinned, then it doesn’t want to work. As long as it’s pinned. I can’t get it to work. The screen shot on the 1st post shows you what I have to do in order to get the inventory to display. Any ideas why this doesn’t seem to work like I see on the video. I was watching the parts 7 and 8 to complete the tutorials and fount out I have 2 more issues. I went over the tutorials 20 plus times to make sure I had every thing set up right and that the nodes were pinned right.

@Jimminy_Cricket
After going over the videos parts 2 to 5. I still can’t find any thing wrong other then this part. The function Called “RefreshSlot” Here look at the image

WHat I needed to do was pin the “Refresh Slot” function on this pin as well as the other one about it. as you can see. This make no sense why it’s doing that. I don’t have a way to pin it. There’s another issue. I still have the issue above. as long as I keep the nodes unpinned. It works. Both of theses make no sense.

One question, This videos tutorials, It looks like it creates the number of slots. it doesn’t create the number of rows. From what I can see I have to create the rows. What happen to the number of rows in the inventory component

Ok, well I fixed all of this. I wish you could have help.