Skip to content

Tab navigation between Settings Form fields #212

@majormer

Description

@majormer

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:

  1. Setting IsFocusable on SpinBox widgets
  2. Configuring NavigationConfig or tab order on the widget tree
  3. Potentially handling focus visuals for better feedback

Complexity

Low - UMG has built-in support for this.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions