I’ve created a project based on FirstPersonTemplate.
I need to turn the character by 90 degrees on the X axis (simulation of falling on one side).
To rotate the character I use the following algorithm:
As a result, the object is rotated, but the camera angle does not change.
Is it any way to rotate the camera too?