How to control the movement of a projectile?

… for simplicity, initially, I’d run this on Tick in your projectile… in BeginPlay just get a reference to your Player Pawn and promote to a variable… on tick, I’d get the Pitch / Yaw input axis magnitudes (assuming you are using mouse inputs), and apply them (with a scalar) to Add World Rotation of your projectile