Tutorial: Blueprint Inventory System

That tutorial is a complete KAOS.
Bad explained && Croped photos!!

Fookur, for the “Set members in InventorySlot” right click on the blue icon, and expand… this gives you 2 refs for “item” and “slot”.

The tutorial has an error in Pick-up Functionality
BaseItem

SphereCollisionEvent

¿WHERE TO ADD THAT NETWORK??
To BaseInventory?? To BaseItem?? To mycharacter???

Adding to BaseInventory gives an error!!! The target must be the Backpack,… but the Self link cannot be placed.
Adding to BaseItem cannot be, because the previous function “AddItemToInventory” is inside BaseInventory and uses the variable ItemList.

¿?