Skip to main content

Move a Hotbar Slot

Blueprint
C++

Swap with Inventory (C++ Example)

Blueprint does the same thing using:
  • Take Item At (InventoryComponent)
  • Get Item At Index (HotbarComponent)
  • Assign Item To Slot
  • Add Item Instance