Camera bug in Eject player

Ejecting the player controller with a pawn camera rotation other than 0,0,0 and stopping the Play in editor cause the camera to get stuck in that roll / yaw axis

Steps to reproduce:

  1. put a camera component in pawn that rotates via controller rotation input
  2. Rotate camera arbitarily in Play in editor
  3. Eject controller from pawn
  4. End Play in editor.

This causes the current rotation of the camera to be locked in the planes that would form by assuming the current rotation as 000

In simple words it causes camera to behave as if the camera position before ending PIE was 0,0,0 rotation

Hi Commander Shepard,

I was able to reproduce the camera issue and have entered the following bug report, JIRA [UE_18620]. When this has been resolved in a future version of the editor, an update will be added to this post.

Thanks for pointing out this issue.

ok thank you