Are Blueprint Class Local Player Subsystems supported?

Hey there, Blueprint subsystems aren’t supported. Subsystems are meant to be made native only.

The fact that loaded blueprint subsystems are picked up at SubsystemCollection.Initialize() is called at start-up is a side-effect - the engine makes no effort to load unloaded blueprint assets that represent subsystems or to initialize them later when they get loaded.