FPS Template - How do I set a delay in between shots?

In the most recent FPS template, how would I set a one-second delay in between every gunshot? Somebody asked this already, but it was for the old template & blueprints. Thanks!

below you will see a very basic way to accomplish this. basically have a branch node whos bool is a variable (canFire). if the bool is true the player can fire, if its false then they cant. so when they do fire you set the value of canfire to false then have a delay of the time you want til they can fire agian and set canfire to back to true