
Descrição
Content:
- C_Item: An actor component that can be added to any actor to make it a valid pickable item.
- BPC_Inventory: An actor component used to store items, in any actor.
- FL_Inventory: contains useful functions {"SearchForItems", "IsItem", and "TryGetItemComponent"} to find items.
UI_Elements:
- WBP_Item: Movable element, Contains the item data.
- WBP_ItemSlot: Shows an item of a specific index in the linked inventory.
- WBP_Inventory: shows the linked inventory items in a scroll bar.
- WBP_GridInventory: This shows the items of the linked inventory in a uniform grid panel, as every slot shows only an index of the inventory.
- WBP_ItemAmountMessage: A pop-up UI element to select a specific amount of item to move it.







