As the title says, I need to have bUsePawnControlRotation enabled in order to make what I’m trying to do work.
However, I need my spring arm to be at an angle of 30 degrees initially but allow the player to adjust this.
I’ve seen that enabling bUsePawnControlRotation on the spring arm disables the use of SetRelativeRotation. However, the threads do not actually answer what I need to be done.
Is it possible for me to rotate the actual spring arm (USpringArmComponent) but also have bUsePawnControlRotation?
Either I’m not using it correctly or it just plain isn’t working as I’d expect… Would you be able to tell me how it should be used to control the SpringArmComponent directly?