Hello L&G
I´m trying to set rotation of my camera using:
myCamera->SetRelativeRotation(FRotator(0.0f, -20.0f, 0.0f));
Once correctly compiled, on Details panel, after selecting the camera component, on Transformation it shows:
Rotation 0.0, 0.0, -20.0
looks like code and details panel are not matching the same coordinates…
I need to setup rotation via c++
Thanks in advance