Input Control Left Click not responding right off

Hey Guys,

I m running into an issue with my Left Click Input.

I have my Left Click set up to be the input of my Sword Swinging. When I hit play to test my game in the editor, and begin clicking the Left Mouse button, it takes roughly 6 - 7 seconds before it starts registering the clicks and the character begins to swing.

I would be happy to link photos of any blueprints you might want to see, but as this project is now rather large, i dont want to post unneeded photos, so If you would like to see anything let me know.

My basic set up is a Character BP with the ability event set up, and a PlayerController calling the input. Not sure where I went wrong but I hope someone can help, Thanks.

Chris - 2 Dudes Studios

without knowing your node setup and or how your animations are driven its a bit hard to judge where the issue could lie. If i had to guess id say there was something between your input and event being triggered or there was another animation playing. does your other inputs work within that time period? other attacks and movements for example. Also is there any control on how often the attack event is triggered?

Hey there, can you show the code when you do Left Click?