My Plugin aims to extend “Paste” functionality of Blueprint Editor, such as if user pastes (CTRL + V) string “branch”, it will spawn Branch node. I know, quite useless but bear with me please.
I created a child class of FBlueprintEditor with required changes, but I don’t know how to say to Unreal to use the child editor instead of the default one.
Any ideas?