-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Summary
Allow users to press Tab to navigate between input fields in the Settings Form panel, improving keyboard-based workflow.
Requested By
- Enderprise Architecture (YouTuber)
Current Behavior
Users must click each field individually to select it.
Expected Behavior
Pressing Tab moves focus to the next input field in logical order (Grid X → Grid Y → Grid Z → Spacing X → etc.).
Implementation Notes
UMG supports tab navigation natively. Requires:
- Setting
IsFocusableon SpinBox widgets - Configuring
NavigationConfigor tab order on the widget tree - Potentially handling focus visuals for better feedback
Complexity
Low - UMG has built-in support for this.