How do I make the camera sway with mouse movement?

  • disable Control Rotation on the camera
  • have input set target rotator yaw using Combine Rotators
  • have Tick arrive at the desired relative camera rotation using rInterpTo

That’d achieve the described effect but may be insufficient (or straight up a wrong direction to take) - knowing what else needs to be considered could be critical here.