UMG Widget Button hit testable on initialize when set to non hit testable (Self only)

No additional Init / Construct script is needed here. It’s this, most likely:

image

The button cannot be hit directly, sure, but the text is probably set to Visible, and it will actually bubble up in the hierarchy and hit the button - buttons are evil like that.

  • either set the Button to NH-T (Self and All Children)
  • or set the nested element (text) to NH-T (Self), too
2 Likes