How can i make pawn(flying) move in direction of camera rotation?

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.

119610-pawn01.png

Then enable ‘Use Controller Rotation Pitch’ and ‘Use Controller Rotation Yaw’.

119621-pawn02.png

Let me know if this helps you.

Cheers,

TJ

Hi TJ,
It worked.
Thank you