SubsystemBrowserPlugin icon indicating copy to clipboard operation
SubsystemBrowserPlugin copied to clipboard

Plugin that adds a Subsystem Browser panel for Unreal Engine Editor to explore running subsystems and edit their properties.

Results 13 SubsystemBrowserPlugin issues
Sort by recently updated
recently updated
newest added

When selecting my subsystem, the editor would freeze for a long period of time. This video was cut short, because it seemed the only way to resume working is to...

question

``` Wed Oct 25 16:53:56 PDT 2023 Error LogClass IntProperty FDemoStruct::Foo is not initialized properly. Module:SubsystemBrowser File:Tests/SubsystemBrowserTestSubsystem.h Wed Oct 25 16:53:56 PDT 2023 Error LogClass IntProperty FDemoStruct::Bar is not initialized...

in both UE_5.1.1 and UE_5.2.1 I have a subsystem that is child of UGameInstanceSubsystem. that will need a UDataTable assigned to it. I was hoping to do it through the...

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

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...

When packaging project on `UE 5.2.1`, these uninitialized struct members would cause the packaging to fail. I don't know why it cared for an editor plugin, but it did.

This is list of my ideas to add some extra QOL to the plugin as there are things that could happen when Live Coding Reinstancing or HotReload is being used...

enhancement