I’m attempting to create a game that involves an inventory system, and have the collection system working at the moment. But I seem to have hit a major roadblock: I don’t know how to make it so it displays the name and description of an item. Here’s what I have so far:
For the inventory system, I’ve been going by the recent series by Ryan Laley (This one: UE5 Inventory - YouTube) but as of this post, he hasn’t uploaded a video covering this topic yet. The blocks on the right are supposed to be the name and description of the item, which would display when I click on any of the five icons. Here’s the information for the items I have so far:
If anybody can aid me in this, it’d be greatly appreciated. Thank you in advance.