(UE4) Use button in inventory to show/hide items.

Started by
0 comments, last by Alundra 8 years, 3 months ago

Hi,

i created my inventory. On the right side of my inventory I have item crafting.

I got different categories(screenshot). I followed this (

) tutorial series.

He made it so you click an actual slot. I wanted to make it so the crafting panel will always be the same, players can't drop items in there.

So my question is: how do I make my button show/hide the items under each category? I don't want the button to be an actual item slot where players drop their items.

I think it has something to do with binding the button to an action, but i couldn't find it on the internet.

Please help me with this, I would really appreciate it!

Advertisement

One option is to have a list of item with one parent which is the category, each category like that.

Then it's only needed to make one parent visible to have all these children visible (or if visible is not inherited, set visible on each child).

This topic is closed to new replies.

Advertisement