blueprint

Ability Cooldown that is Reset using Set Timer by event

  • Exposure: public
  • UE Version: 4.26

mawilbolou

March 1, 2022, 3:16 pm

Ability Cooldown to stop spamming

-On A key press

  • Start with a Do Once
  • Check if ability has been enabled
  • If it has, Run your custom code
  • Start Cooldown Timer and disable the ability
  • When Cooldown is finished, Use another timer to reset and return it to the Reset on the Do Once so you use the ability once again
Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v