Module 'OnlineSubsystemSteam' not found - its StaticallyLinkedModuleInitializers function is null.

Hello,

I am trying to package my game (and also trying the Launch option from the editor) and I am getting this error about OnlinesubsystemSteam and SteamShared plugins. I found the folders for these in Saved\StagedBuilds\WindowsNoEditor\Engine\Plugins\Online, but I tried copying them into my Root\Plugins folder and I then get a duplicate key error. It seems UE can’t make up it’s mind what it wants :smiley: Has anyone run into this/know the solution?

I have the Online Subsystem, Online Subsystem Null, and Online Subsystem Steam plugins enabled in my project.

I believe this error is usually when you haven’t added the OnlineSubsystemSteam plugin to your uproject file.

I don’t fully understand, but I tried making a blank C++ file within the UE Editor, and I THINK that did the trick. Now I’m seeing weird stuff going on where my game works perfectly in PIE if I preview with multiple clients, but not when I launch standalone. But that’s unrelated to this!