i don’t have a controller so i could not verify this but with the gampad input events you get an axis…
so i would use a 2dvector for your stick orientation…
on “gamepad right x” you set the vectors xcomponent and on “gamepad right y” you set the vectors y component…
(these events have an axis value)
then you can use this vector to set your pawn’s orientation…