Skip to main content

Transfer Item

Move an item from one inventory to another: Blueprint:
C++:

Move Item to Container Slot

Move between inventories with more control:

Splitting Stacks

Split a stack in half: Blueprint:
If slot 5 has 20 items:
  • Slot 5: Now has 10 items
  • First empty slot: Gets the other 10 items
C++: