How to continue shooting after Dodging/Jumping

I have a character that can dodge in different directions. I made a Weapon_BP that has 3 custom events in it:
Fire,
Pull_Trigger,
ReleaseTrigger.

It fires the weapon when I press the Left mouse button and stops firing when releasing it. And also I added in my Character_BP that it also stops firing when I dodge. I made it happen.

But I also want the character to resume shooting after the dodge animation. How do you go about this? Please help, Im new to UE4 and game development in general.

After Dodge our Jump end you need to check if left button is still pressed if true call again fire event

Oh man! thank you so much! I can’t believe how easy it is. thank you for giving me the idea.

Remember games was lake the magic, nothing is impossible with the right knowelage. And thx to Epic Game game developing was never so easy and fast. If you learn UE4 you can program evry cind of game without need to study computer science tecnology, but just look tons of tutorials that explane all ue4 tools.