How do i equip a weapon on a character without a mannequin?

Hey guys!
I’m pretty new with Unreal Engine 4 and the only source of tutorials I get are from many different Youtube tutorials.
I’m trying to create a first-person run and slash game and I started by making a character from scratch following the “Let’s create FPS Controller Foundation” video.

I created a sword using blender and I added a blueprint actor class, added a box collider and enabled physics to it, and that’s mainly it.

Now most of the tutorials are based around 3rd person characters, or just generally characters with mannequins, so when it comes to equipping they just create a socket and put the weapon on it.
Could someone explain to me how I can make the actual sword interactable, something like pressing E on it, so it disappears and shows up on my screen?

Hi there! In fact you can take a look at USpringArmComponent - it is also has sockets, so there is no need in mesh for Scene Component to own sockets. But you will need to do that in C++.