How Do I Place The Arrow Component to My Weapon's Socket?

I’ve been following the sample: MultiplayerShootout to add weapon to my character. So this is what I’ve already done:

  • A Static Mesh of my test weapon with a socket to which the Arrow Component should be placed.
  • I already attached my test weapon to my character via adding a Static Mesh Component as child of my Mesh Component.
  • I have the Arrow Component as a child of my weapon in the Static Mesh Component.

Now the problem is, when I’m about to click that Parent Socket of my Arrow Component, it doesn’t show any socket in the list.

There must be something else I’m missing here. Help?

Thanks!