Focus Previous Widget
CallableFocusPreviousWidgetMoves focus to the previous 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 |
|---|---|---|
| PreviousWidget | UWidget* | PreviousWidget output |
| bFound | bool | bFound output |
Example Use Cases
Example 1
Implement shift-tab navigation.
Example 2
Gamepad 'back' navigation between fields.