Blueprint Subsystem derived from C++ are not shown in blueprint

i had trouble with blueprintable subsytems too, things that helped me

make sure your plugin has LoadingPhase: PreDefault
Add the blueprint Subsystem to the asset manager
you blueprint subsystems require that the c++ system is loaded so make sure
ShouldCreateSubsystem is true;
restart engine.

1 Like