blueprint

Accelerating sprint using mouse wheel

  • Exposure: public
  • UE Version: 4.22

mcloutier87

September 16, 2018, 10:17 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • mcloutier87

    September 16, 2018, 10:20 pm

    You also need to create two Variables:

    MovementMinSpeed Type: Float Default Value: 160 (This is a walking speed)

    MovementMaxSpeed Type: Float Default Value: 1000 (This is a sprint speed)