Navigation
BlueprintAPI > BlueprintAPI/UserInterface > BlueprintAPI/UserInterface/Focus
Sets the child Widget that should receive focus when this UserWidget gets focus.
Target is User Widget
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Widget | Widget to forward the focus to when this widget receives focus |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if the Widget is set properly. Will return false if it's not a child of this UserWidget. |