OnlineSubsystemSteam and Packaging

Hello everyone

I have a strange problem

Steam has been activated

Inside the engine are no any problem and Steam working

But the problem after Packaging
Whether for shipping builds or developers does not work

Placed

PublicDependencyModuleNames.AddRange(new string[] { 
 	"OnlineSubsystem",
 	"OnlineSubsystemUtils"
 });
 DynamicallyLoadedModuleNames.Add("OnlineSubsystemSteam");

and

Type = TargetType.Game;
        bUsesSteam = true;

does not work

this log from developer Packaging

LogModuleManager:Warning: ModuleManager: Module 'OnlineSubsystemSteam' not found - its StaticallyLinkedModuleInitializers function is null

ue4 4.10
Steamv132

Hello,

Have you ensured to run through the steps in this setup guide: Online Subsystem Steam Interface | Unreal Engine Documentation

Are you using a binary or source version of the editor?

Also, it might be worth taking a look at this post from a user who experienced a similar issue: Steam DLLs not present or failed to load - Multiplayer & Networking - Unreal Engine Forums

Let me know if any of that helps!

Hello,

I am marking this topic as resolved for tracking purposes, as we have not heard from you in a few days. If this issue persists, feel free to respond to this thread. For any new issues, please create a new Answerhub topic.

Have a great day

thanks for your reply
Yes followed the steps as explained

But unfortunately did not manage to run on steam

Sadly have not succeeded in running

It can be difficult to diagnose the issue without having access to your project settings, as it’s always possible that a small stepped was missed along the way. It might be worth taking a look at the guide linked below as well just to ensure that nothing was overlooked:

Have you ensured that your #define STEAM_SDK_VER TEXT inside of the “OnlineSubsystemSteamPrivatePCH.h” references the correct version (Steamv132)?

Hello,

I am marking this topic as resolved for tracking purposes, as we have not heard from you in a few days. If this issue persists, feel free to respond to this thread. For any new issues, please create a new Answerhub topic.

Have a great day