I want to make line trace from mouse position using “convert mouse location to world space” node. However when mouse is on button widget, the line trace is blocked by the button. How can I avoid this blocking?
Try to set the button visibility to Not Hit Testable? I dont know if this work, but then you wont be able to click the button.
Thank you! That worked!!