I am unable to access the Steam overlay in my main project anymore. About a week ago it was working as intended, now I just noticed it no longer works. I have created a new project using this for the DefaultEngine.ini and steam integrates fine:
[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName="GameNetDriver",DriveClassName="OnlineSubsystemSteam.SteamNetDriver",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
[OnlineSubsystem]
DefaultPlatformService=Steam
[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480
bVACEnabled=000000
[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName=OnlineSubsystemSteam.SteamNetConnection
[URL]
GameName=MP_Steam
However in my current project my steam overlay no longer pulls up. I’ve tried disabling and reenabling the steam plugin as well as redoing the DefaultEngine.ini configuration lines. I’m out of ideas, any help would be appreciated!