I want to create Keyboard Shorcut in Editor Viewport because I need mouse position.

I want to create Keyboard Shorcut in Editor Viewport because I need mouse position, It can be with Blueutility or Editor Widget but I need to fire the key while im focus in viewport.

1 Like

You need to create enhanced input system and bindings:

Hi Nawrot, and how i would implement the input system for editor viewport in a blueutility or editor widget?

Oh that was for editor widget, i don’t think you can.

But uncle google gave me this:

2 Likes

Thank for your answer, but i would prefer no to use c++, I see a method to detect inputs in editor, but only work when the Utility Widget is focused, maybe there is a way to use it without focus.