blueprint

Double tap or click

  • Exposure: public
  • UE Version: 5.3

avatar author

myCodyMcCarty

August 25, 2023, 1:53 am

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

  • avatar author

    myCodyMcCarty

    August 25, 2023, 2:19 am

    if key is pressed set speed to 3000 if key is released, set speed to 500

    if double-tapped, set the speed to 3000

    The sequence->delay->multiGate = double tap

    The multi gate node show funny in the pic, but it's just a normal multi gate node.

    The if(c > 0.3f) {print/...} can be removed. It's just there to show what's happening.