Engine 4.27.2
Trying to rotate around center point, I’ve created parent Actor node and CameraActor child node for it.
By design camera should look down. So parent Actor element have
Location: (X=0,Y=0,Z=370)
Rotation: (Pitch=270,Yaw=0,Roll=0)
but in this case changing Pitch works as expected, but Yaw and Roll gives same results camera just rotates around central point but should “look left and right”.
I’ve tried adding extra parent Scene node, and move this “basic” rotation to it. But this not affects camera at all. If Rotation is: (Pitch=0,Yaw=0,Roll=0) everything works as expected.
Please advise some solution for my problem.