SubsystemBrowserPlugin icon indicating copy to clipboard operation
SubsystemBrowserPlugin copied to clipboard

5.1 Missing include

Open samrrr opened this issue 2 years ago • 1 comments

FEditorStyle undefined. And: FEditorStyle::Get() is deprecated, use FAppStyle::Get() instead.

samrrr avatar Nov 15 '22 17:11 samrrr

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.

dynamiquel avatar Jul 27 '23 17:07 dynamiquel

Fixed in 1.2.1

aquanox avatar Jun 27 '24 19:06 aquanox