How to auto unequip item within same category ?

filod

Member
let's say i have a sword and an axe, when i equip sword, then use inventory canvas, both item equiped (UCC integration):

1634232614802.png
1634232634483.png
1634232686068.png
 
For your Equipment Item Collection you'll want to change the available slots within the Item Slot Set defined inside your Item Slot Collection.
I think you'll want a single Slot called "Main Weapon" (or something similar) of Item Category "Weapon" or "Melee Weapon" or something similar.

Have a look at this page:
Under the Item Slot Set section


The Inventory Item Set Manager simply monitors the Equippable Item Collections. What defines what can and cannot be equipped is defined by the Item Collections within the UIS Inventory. You can limit how items are added by using different Item Collection Types or using Item Restrictions.

I hope that helps
 
Top