BlueprintAPI > BlueprintAPI/Interaction
Returns true if a widget under the hit result is focusable. e.g. Slate widgets that return true for SupportsKeyboardFocus().
Target is Widget Interaction Component
Inputs
Type | Name | Description |
---|---|---|
object | Target |
Outputs
Type | Name | Description |
---|---|---|
boolean | Return Value | Returns true if a widget under the hit result is focusable. e.g. Slate widgets thatreturn true for SupportsKeyboardFocus(). |