UCC Integration - Modify Attributes Item Action Showing "Equip"

Lucidus

New member
I have to actionsets
1632317054003.png
One for Consumable and the Other for Weapon.
The one for weapon works just fine (I am able to equip/unequip weapon)
But the one for consumables also shows Equip/Unequip Button.
Here is the config for item action
1632317127050.png
1632317173943.png
The item action panel for consumable exists
 
Instead of using two "ItemViewSlotsContainerItemActionBinding" use a single "ItemViewSlotsContainerCategoryItemActionSetBinding".
Inside the category item action set assign your two Item Action Sets.

This will use a single component to look for your actions.

Adding multiple ItemActionBindings can be useful only if you wish to assign different inputs for actions. Example Right-Click to directly use item, instead of opening a action menu and then selecting use with left click.
 
Top