How to disable camera from rotating with the character?

If this helps anyone else there is also the following options in the Character Movement component:
Use Controller Desired Rotation
Orient Rotation to Movement

My issue was getting the mesh to rotate with my camera (third person template → true first person game) and unchecking Orient Rotation to Movement and checking Use Controller Desired Rotation worked for me.