My results are coming out “LogTemp:Warning: Yaw: -2147483648, Pitch 536870912”. It will be much appreciated if someone can explain to me why I am getting these results. Thanks.
True to log the value of cr and ar right after you create those variables. If your Controller is null it might be returning weird values like -2147483648.
The best way to check this is to log the variables. If you’re still getting errors let me know and i’ll try give you more help.
It looks like your Controller doesn’t have a rotation, and so you get these weird negative values. I’m not sure why this is happening, but it might pay to make sure you’ve set the controller up properly
Well this is from the default C++ Third Person example, so its all setup with a controller. I also did a test with the C++ First Person Example with the same results.