SubsystemBrowserPlugin
SubsystemBrowserPlugin copied to clipboard
5.1 Missing include
FEditorStyle undefined. And: FEditorStyle::Get() is deprecated, use FAppStyle::Get() instead.
Adding #include "EditorStyleSet.h"
in SubsystemBrowserPanel.cpp
and SubsystemBrowserColumn.cpp
fixed everything for me.
I know it's deprecated but I don't want to be messing around too much for something that should already be built in to the engine. Epic takes forever to remove deprecated features anyways.
Fixed in 1.2.1