Widget interaction component has this node “Is Over Interactable Widget”:
But is there anywhere you can see if the widget is interactable or not? And how do you make a widget interactable or not?
Thanks.
Widget interaction component has this node “Is Over Interactable Widget”:
But is there anywhere you can see if the widget is interactable or not? And how do you make a widget interactable or not?
Thanks.
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.