Picking Up Objects

Hello. I am quite new to Blueprint and am trying to make a script that will allow the player to pick up objects and move them around using the mouse. Like the games Portal or Amnesia the Dark Descent. I know there is a component called AddPhysicsHandleComponent and think that has something to do with what I am trying to accomplish. I would like the player to be able to pick up and drop an object with left click and throw it with right click. I checked the Content Examples and the script looked unnecessarily complicated. Thanks.

Looks like you might be stuck with the complicated script How to move around an object with Physics? - World Creation - Unreal Engine Forums

Check out Toms tutorial. (there are 2 parts)
http://www.tomlooman.com/tutorial-multiplayer-supported-usableactor-system-in-blueprint/

Part one show how to trace an object. Part 2 on pick up & drop object. Just what the doctor ordered for you.