How to make UMG block left and right clicks

For others.

this is works for me to prevent mouse input on my custom skill use button.

if u return FReply::Handled() the mouse click will work on your widget.

3 Likes