Weird problem with camera control

Hello,
I got some strange problem with camera controls.
So idea is to make rotating camera around player like in Ace Combat games.
The issue is only one axis works at the same time, tested on X360 pad and on keyboard.
I’m looking for solutions or workarounds

Using Win10 x64 and 4.21 version

Camera controls

268967-inputcontrols.png

tested on both gamepad and keyboard

the funny thing is if I break connection from either input, the other works just fine

tested it both in editor and on builded version

UPDATE:
Problem persist even with mouse axis’.
Also hardcoded Right Thumbstick Y-Axis and it started working, but broke Horizontal camera control, so nothing changed.

I think I see your issue… you are setting the Relative Rotation twice each frame…

Its a similar setup to what you have but just connect both input nodes to ONE Set Relative Rotation node with its rotator broken open… then use the inputs to drive pitch and yaw

It worked!
thanks so much!