Focus Next Widget
CallableFocusNextWidgetMoves focus to the next focusable widget in the navigation order.
Type: Callable (has execution pins)
Category: Fortuna|UMG/UI Helpers
Keywords: umg/ui helpers
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| CurrentWidget | UWidget* | — | CurrentWidget parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| NextWidget | UWidget* | NextWidget output |
| bFound | bool | bFound output |
Example Use Cases
Example 1
Implement tab-key navigation in a form.
Example 2
Gamepad UI navigation between input fields.