I use Gamelift servers for my game and now i want to upload my game to Steam. Steam requires Steam overlay to work, but i manange to get steam overlay only when using Steam Net Drivers.
https://docs.unrealengine.com/en-US/Programming/Online/Steam/index.html
This link is tutorial how to integrate SteamWorks SDK to Game. But it also says that i can disable SteamNetDrivers. Once I disabled them, no Steam Overlay.
But in order to use GameLift i cannot use Steam online Subsystem, i need to use default OSS (or maybe gamelift provides this for me programmatically).When i use steam OSS then i’ll recieve error : incompatible_unique_net_id
Are there any tutorials how to use UE4 with gamelift on Steam? Or Should i write my own subsystem?