To do:
- To rotate pawn(having camera) around object while i drag cursor along X axis (using left click only).
- To move pawn(having camera) up and down of object while i drag cursor along Y axis (using left click only).
Number 1 is done using add controller yaw.
About number 2, i could see up and down of pawn using “add controller pitch” but some auto movement happens even though i release the mouse click. I dont get how this auto movement happens.
BP:
When i drag cursor to up and down, pawn pitch works up and down but pawn moves even if i release mouse drag. What am i missing here? Thanks!