BP_Basic_InventoryComponent

This componet handles looting of items and storing them.

triangle-exclamation

Functions

  • Has Item: Determines if an item exist

  • Stack Item By Index: Adds an item to an item stack by item slot index

  • Loot: Adds an item to the inventory if there is available space.

  • Has Inventory Space: Check if there is available space for an item

  • On Item Looted: This is an event dispatcher you can bind a function to, will be executed upon successfully adding an item to the inventory.

Last updated