Plugin interface disappears on editor restart

I’ve solve this problem, it was caused by the wrong loading phase of some plugins, You need to modify the *.uplugin file of the plugin, change the module LoadingPhase to PreLoadingScreen, and change the Type to Runtime

2 Likes