I just use show mouse in blueprint. but the screen still turn around with mouse movement.
and I still can click the stuff in the game.
how can I disable the screen turn around and block the touch event just effect in HUD layer
I just use show mouse in blueprint. but the screen still turn around with mouse movement.
and I still can click the stuff in the game.
how can I disable the screen turn around and block the touch event just effect in HUD layer
Hello ,
I may have a workaround for you. If you create a new widget and delete the canvas panel then drag in a button. This will take up the entire screen. You will then go to the details panel and under appearance change the Alpha for background color to 0.0. This will render the button invisible. You will want to make sure that this widget is created before any other widgets. You will be using it as a background to consume the mouse input.
Steps Broken down:
I hope this workaround helps.
Make it a great day