Picking up the medkit and use it at any time

Hi, I want to make first aid kit which, once picked up by me using the button disappears from the scene and moves to my inventory (as first aid kits will only be displayed as number using the Widget blueprint).
Then, using another button at any point durning game medkit will disappear from my inventory and cures me.

Here are my blueprint setups.

Picking up works , but can’t use it.

Thanks for any help!

is Med a type of character?

instead of casting, since you are in the MyCharacter blueprint, why not just access the local health variable?

Med is the name of the medkit Blueprint. Here in mycharacter defined as a variable.

Yea, you’re right. My oversight… I’ll try to do it.

41141-mychar.png

Still… not working