I’m trying to set up some controls where you have a cursor visible and can move around with WASD, Space, and Ctrl.
The user is able to look around with the mouse when the right mouse button is held, this works as intended.
The problem occurs as soon as any other mouse button is pressed:
the yaw/pitch input from the mouse just stops working, and you’re unable to look around anymore,
even when holding down the right mouse button.
Blueprint: https://gyazo.com/3cae0b555e7351aa17887e050557e1a6
Still haven’t figured out what is causing this for two days straight.
Referred from the forums by Jezcentral