chaos vehicle clutch to neutral to current gear BP? Need help

Are you sure you copied my bp? The target gear should not switch until the clutch is released, only the Gearbox Gear which is a bp variable. Could you show your current bp?

Using axis should be quite similar to what you have now, except that a events will keep firing as you change the value of your clutch input. I don’t have any pedals to test things out, but if just add an axis mapping instead of action mapping, your input event should have an extra node for the current value of your pedal.

You should probably switch to enhanced input, as the regular inputs are deprecated. This is how you can do it.

On your pawn:

The context is where you assign what pressed keys do, and the actions should be pretty self explanatory once you open them.

Context for mapping the throttle (both for a press with a keyboard and for axis with a controller)

The input itself is set up as an axis 1D. The keyboard press will instantly go from 0 to 1, and for a controller it will reflect how much you push the axis.

1 Like