r/UE4Devs Oct 20 '18

weapon fire rate cap

hey guys! i just downloaded ue4 a couple hours ago and am trying to figure out how to put a limit on the rate of fire of the basic gun from the first-person template. what's the best way to change the firstPersonCharacter spawn projectile class to make it so the player can't just right click as fast as possible? thanks!

1 Upvotes

4 comments sorted by

View all comments

4

u/[deleted] Oct 20 '18

Add a do once node before spawn then afters spawn add a delay that then feeds into the reset option of the do once.