Newbie here. I’m working in the Top Down Template. I have a static camera looking down onto the field. The player character is walking around the field with RMB.
I want to be able to click an object with LMB, move it anywhere in the field (including Z axis) and set it down. Seems simple enough, but I can’t find a single tutorial online detailing those steps.
Sorry for the probably elementary question, but I’m at a loss.
Thanks!
Hey there @m0t0rlicker! So this is going to be 3 part, the main nodes are going to be here: 
and the function nodes don’t paste well due to the function in and outs so you can recreate them with these images:
Main Event functions (those in the paste):
Get location under cursor:
Get actor under cursor:
Basically you right click, get the actor under the cursor, move it to where you want it to be but 50 units higher so it doesn’t clip in, and when you release it it drops where you want. Please let me know if you have any questions!