The Tab key is unfortunately hardcoded for UI navigation purposes and I highly recommend you to avoid using it, probably isn’t getting fixed any time soon. If you really need that exact key, either research FNavigationConfig::GetNavigationDirectionFromKey
and see if you can unhardcode it for your use case, or use a modifier (see implementation, the Tab isn’t consumed if certain modifiers are pressed).
1 Like