[BUG in UE 4.22] Editor Utility Blueprints

Hi,

I found some issue in UE 4.22 with Editor Utility Blueprints.
I am trying to update my plugin [MORT][1], but cant because of some bug with compilation of Editor Utility Blueprint. The thing is that it says that it is not Editor Utility Blueprint, but after pushing on “save” button all warnings gone and all fine till next relaunch of your project. After project relaunch you need to do it again (save, compile).
Could you help me please? maybe I am doing something wrong?

Thanks and appreciate your quick response.

This is being caused by the plugin’s type. The plugin used to reproduce this is currently a Developer plugin, which means it can also run at runtime. If the plugin is changed to be an Editor plugin, it will be able to compile.