Cannot find the "mesh" variable to connect to get anim instance

Hey, so I am completely new to Unreal Engine 4 and am trying to do exactly this: [OUTDATED]How To Create A RPG In UE4[Part.2 Sword And Attacking!] - YouTube
However when I get a “get anim instance” it does not connect the mesh variable like it does in the video. I cannot seem to find a mesh variable even though when I try to create one it says that it already exists.
Here is a picture of what I’ve got: http://imgur.com/a/F3HEb

Could someone help me with this?
Thanks!

In your components tab on the top left, left mouse click on “mesh(inherited)” and drag out into the blueprint event graph.

Even though inherited components aren’t listed in the variables tab, they still are.

Thanks man!