To make pawn move as the direction of camera changes. Forward motion is given.
Hi Gourav2411,
It sounds like you have already set up your inputs and all you are missing is to have the Pawn use the controller pitch and yaw.
In the Pawn, select the Pawn itself in the Components tab.
Then enable ‘Use Controller Rotation Pitch’ and ‘Use Controller Rotation Yaw’.
Let me know if this helps you.
Cheers,
TJ
Hi TJ,
It worked.
Thank you