looking for a tutorial about how to click on a mesh in game

I am trying to learn how to click on a mesh and have the game know what I clicked on and then do something with that.

Does anyone know of any good tutorials to teach me about mouse interaction with meshes in game?

In the end I would like to be able to click on mesh, which turns it into a sprite which is now the mouse pointer(IE. I have the object picked up). Then I can click back in the world, it will put the 3d mesh back where I clicked and turn the mouse pointer back to the default pointer I have setup.

Try that. Instead of destroy actor. Replace it with get display name and then print.

Thank you for the tutorial, it showed me many things to get me started.