Setting regular buttons to this navigation rule works properly, however with InputKeySelectors, it never calls the bound function.
Instead it seems to use the “Escape” navigation method. In fact, setting the navigation rule to any other navigation method (e.g. “Stop” or “Explicit”) seems to result in the “Escape” functionality
I’ve found through debugging that for SInputKeySelector, when calling the parent (SWidget) “OnNavigation” method, when attempting to retrieve the FNavigationMetaData, it returns a nullptr, forcing it to default to “FNavigationReply::Escape”