I made a widget to print in the hud the angles of the azimuth and elevation during a squencer cinematic animation, but if i get those values (azimuth and elevation) from the actor Sun Sky, I only get values from 0 to 99 and beyond that value starts over again.
The sun timelapse animation works fine, but for instace, the azimuth should go from 0 to 360º from North, but I only get values from 0 to 100.
The same odd behaviour occurs with the elevation values.
In the widget, I reused a component “To Text (float)” and it was already set with min and max two integers… I changed the value of max = 3 and voilá.
I realized of the error when I calculated the altitude and azimuth values with math expressions and plug them into the “to Text” component, I was getting the same kind of odd behavior.