aquanox / SubsystemBrowserPlugin

Plugin that adds a Subsystem Browser panel for Unreal Engine Editor to explore running subsystems and edit their properties.
MIT License
309 stars 48 forks source link

5.2 compile fails, and Market compatability #9

Closed gardian06 closed 3 months ago

gardian06 commented 1 year ago

SubsystemBrowserUtils.cpp
// flags no longer need to be added in 5.1.1, throws warning, so the Engine just refuses to enable the plugin. ADD_FLAG(CLASS_NoExport); ADD_FLAG(CLASS_CustomConstructor);

Market lists plugin as compatible up to 5.0 so is out of step.

aquanox commented 3 months ago

Fixed in 1.2.1