New Armor Type {{ currentPage ? currentPage.title : "" }}

First, find E_ArmorType and add new type of armor

Now go to WB_PlayerInventory, duplicate any equipment slot widget and place it anywhere you want. In its settings select size, image and type.

Another important step is to initialize this slot. Go to Initialize slots function in the player inventory widget and connect it to AllSlots and ArmorSlots arrays.

To create a piece of armor with this type follow this tutorial.

{{{ content }}}