How to equip a helmet with an Equipper script on a UCC character

ymo

Member
How to equip a helmet with an Equipper script on a UCC character
I want to equip a helmet on the UCC character
If you use ItemAction MoveToCollectionItemAction, the item will not be equipped and will just disappear. How can I equip it?
 
If you wish to equip clothes (non UCC Items) to the character, they must be placed in a different item collection from the "Equippable" or "Equipped" Item Collections. These are specifically used for UCC Items and are always monitored by the Bridge component.

So if I were you I would create a new Item Collection called "Equipped Clothes" (Set the purpose to None such that it does not get confused with the "Equipped" collection) and then I would move the items in that Item Collection to equip them using the Equipper.
 
Top