How to attach a mesh to a character?

Howdy!

You could try using Sockets:

https://docs.unrealengine/latest/INT/Engine/Content/Types/SkeletalMeshes/Sockets/index.html

Have a look, this will allow you to attach the mesh to a socket on your character.

-W