I am currently overriding key down and tracking mouse movement to handle some different drawing controls in an editor utility widget. I’d ideally like to be able to map different key combinations and support various alternate controllers rather than just detecting a single key at a time.
Are CommonUI or input chords available in an editor utility blueprint context?
Are editor binds/hotkeys available within an editor utility widget?