Camera Rotation Stays locked in place after Ejecting the Player Controller so that even when PIE is stopped the camera position stays locked in it's rotated position rather than returning back to normal.
The effect is that if you tilt the camera 45 degrees it will remain this way after playing in editor which is not useful for further editing and not intended behavior.
1. Open a new Third Person Blueprint project
2. In the ThirdPersonCharacter Blueprint, roll camera approx 40 degrees
3. Compile and Save
4. Play in Editor
5. Alt + Tab to Eject Player control
6. Stop PIE
7. Note that camera view remains tilted
Expected: Upon stopping PIE, camera should return to default settings instead of remaining locked in position.
Head over to the existing Questions & Answers thread and let us know what's up.