No matter what I do I can’t get my thirdpersoncharacter blueprint to recognize Left Clicks. Works just fine when I use keyboard inputs, even other mouse buttons, but specifically the mouse click seems broken and I can’t figure out why.
I’ve tried running it without anything in event tick or begin play and still I can’t get it to work. Does anyone know why this is happening?
It’s just the left click that’s the issue, Rick click works just fine. Left Click isn’t being used by anything else, I’m stumped on this
Select the node and, in the details panel, uncheck ‘consume input’.
It’s unchecked, still doesn’t work. There isn’t any other input that uses left mouse in my character blueprint
Still really don’t know what’s wrong here, would appreciate some help
what if you connect the printstring directly to the mouse event, does it do anything then
Hello,
We’ve made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.
Thanks
No, I plugged it in directly and it does nothing but it works with every other key