Set Rotation of Actor from Mouse - Problem (Character)

Hello, I’m having problems setting my actor’s rotation using the mouse position. I can see the debug lines but no movement. When I move the mouse. The actor just remains still.

Try this in your player controller. If you don’t want to modify character pitch, than break the mouse hit location vector and substitute character z loc in place of hit z loc.