Editor Blueprint script - Hot keys

Is it possible to assign hotkeys to call an editor blueprint utility?
For example, i write a blueprint utility to rotate a mesh 90 degrees, could i set that up so if i press shift+R or some other key combination it executes the blueprint?

I implement th e Python keyboard module, spawn with different process to listen the keyboard input.

here is my blog article, sorry but in chinese.

For real world implementation, you can check with my PyToolkit Plugin.

3 Likes

Hey, thats pretty cool thanks for sharing!
This looks like i’ll be able to achieve my desired results.