Using 2D Axis Enhanced Input with a Gamepad

I’m trying to control a camera with the right thumbstick while using a gamepad but can’t get it working. Is there something wrong with my event graph or how I made the enhanced inputs?





Your add rotation node isn’t adding anything. Right click the blue Action Value pin to expose the x and y values of the input, then right click the delta rotation on add rotation node and expand. Then plug x and y from action value into yaw and pitch of add rot.

Might need some math on those to adjust turn speed.

1 Like

Thank you! This worked.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.