UE 4.15 Steam API disabled!

Hello everyone!

I created a new Project, made a few Blueprints (GM, Instance etc) setup a few Settings then enabled Steam Online Subsystem.
When i go to Package My Project i get this error



Steam Online Subsystem in Plugins Manager is ticked and I have added the command line into my defaultengine.ini

I followed this tutorial: https://docs.unrealengine.com/latest...tml#basicsetup

Anyone else have this issue? or know a fix for this?

Thanks in advance!

Hi Abdul1,

This isn’t a real warning and won’t cause the Steam API from working in the final packaged game.

The warning is caused by the cookcommandlet starting up the engine executable which tries to load the default OnlineSubSystem plugin. Then it can’t find (cooker isn’t supposed to have one). I submitted a PR #3312 which would make it possible to disable OnlineSubSystems for commandlets.

Cheers,

Ok, thank you so much for clearing that up for me.
I was worried as i moved from 4.14 to 4.15 and didnt have this issue before (4.14).

Thanks for the help, i really appreciate it! :slight_smile: