Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Blueprint > API/Runtime/UMG/Blueprint/UUserWidget
| Type | Name | Description | |
|---|---|---|---|
| bool | SetDesiredFocusWidget
(
FName WidgetName |
Sets the child Widget that should receive focus when this UserWidget gets focus using it's name. | |
| bool | SetDesiredFocusWidget
(
UWidget* Widget |
Sets the child Widget that should receive focus when this UserWidget gets focus. |