UMG text disable input.

Inside my UMG widget is a text saying fire but if press on it the character jump. Under fire text is a actual fire button the shoots fire. I want the text to be text without any function. How can I disable jump function connected to the text. Thank you.

Select your TextBlock and on Defaults, set Visibility to SelfHitTestVisible, so you won’t be able to interact with the text.