Add controller yaw input if disconnect does not work

hello im having a issue i believe its a bug. im making a city builder style of game for a project and im having a issue with the add controller yaw input command (blueprints). my issue is if the add controller yaw input is disconnected at all it refuses to work again. iv tried this with new projects to make sure it wasnt on my end. so if the exec disconnects (though a branch) at any time it will refuse to start up again. i have also tried this by resetting the mouse variable when the button is not pressed (as shown in the image below) but it still refuses to work.

luckily i know a method to get around this issue but it will take me quite a bit of time to perfect it. so i am able to get around this issue but i feel that i should report it just in case. plus it would be nice for future projects that i would not have to manually program the yaw input
thank you

i diagnosed the issue. the problem isnt with add controller yaw input the issue is with the mouse x value itself… let me explain the issue occurs when show mouse cursor is activated and the user presses the middle mouse button it then follows by not receiving input from the mouse

Hi ,

Just to make sure I am understanding your setup, you should only be able to turn the character/camera when the middle mouse wheel is held down. However, once you middle mouse wheel is click and then released, you can’t reactivate it to turn the camera again?

I duplicated your setup above in the 1st Person template and it is working for me. Please let me know if I am misunderstanding anything.

If this is right and you still have having issues, could you include a test project that has the issue?

hello there TJ.
yes that is the issue i am having
i made a new blueprint the link to download it is here: MEGA
if you go into the character blueprint i have left notes on what is wrong and what isn’t interfering with it. and as i said when the mouse cursor is activated and you press the middle mouse button then the mouse x value stops reading

Thanks for the test project. I was easily able to duplicate your results and so I’ve created JIRA UE-28960 to track the issue. Our developers will be investigating the issue further.

Cheers,

TJ

Thank you for the report.

A fix should be included in 4.11.2 CL 2934992 and 2935089