İçeriğe atla
Smart Inventory System ilanı için 1. medya

Açıklama

Demonstration

Documentation

ExampleProject

Content:

  1. C_Item: An actor component that can be added to any actor to make it a valid pickable item.
  2. BPC_Inventory: An actor component used to store items, in any actor.
  3. FL_Inventory: contains useful functions {"SearchForItems", "IsItem", and "TryGetItemComponent"} to find items.

UI_Elements:

  1. WBP_Item: Movable element, Contains the item data.
  2. WBP_ItemSlot: Shows an item of a specific index in the linked inventory.
  3. WBP_Inventory: shows the linked inventory items in a scroll bar.
  4. 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.
  5. WBP_ItemAmountMessage: A pop-up UI element to select a specific amount of item to move it.

İçerdiği biçimler