How do you know if a widget is interactable?

Slate widgets have a function called IsInteractable. This function basically polls that for the widget which it is currently “hitting”. Think button or combo box.

1 Like