4.13.1 Steam not working

Here is my DefaultEngine.ini configuration:

===================================================================

[URL]
GameName=MyProject

[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/Maps/MenuMap.MenuMap
GameDefaultMap=/Game/Maps/MenuMap.MenuMap
TransitionMap=
bUseSplitscreen=True
TwoPlayerSplitscreenLayout=Horizontal
ThreePlayerSplitscreenLayout=FavorTop
GlobalDefaultGameMode=/Game/ThirdPersonBP/Blueprints/ThirdPersonGameMode.ThirdPersonGameMode_C
GlobalDefaultServerGameMode=None
GameInstanceClass=/Game/Blueprints/MyGameInstance.MyGameInstance_C

[/Script/Engine.Engine]
+ActiveGameNameRedirects=(OldGameName=“TP_ThirdPersonBP”,NewGameName=“/Script/MyProject”)
+ActiveGameNameRedirects=(OldGameName=“/Script/TP_ThirdPersonBP”,NewGameName=“/Script/MyProject”)

[/Script/HardwareTargeting.HardwareTargetingSettings]
TargetedHardwareClass=Desktop
AppliedTargetedHardwareClass=Desktop
DefaultGraphicsPerformance=Maximum
AppliedDefaultGraphicsPerformance=Maximum

[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName=“GameNetDriver”,DriverClassName=“OnlineSubsystemSteam.SteamNetDriver”,DriverClassNameFallback=“OnlineSubsystemUtils.IpNetDriver”)

[OnlineSubsystem]
DefaultPlatformService=Steam

[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480

[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName=“OnlineSubsystemSteam.SteamNetConnection”

===================================================================

I enabled the OnlineSubsystemSteam plugin in builtIn plugins and restarted ue4

And it doesn’t work, I have no Steam overlay at all.

Is it a bug or i don’t see something?

Please Help.

Check if OnlineSubsystem is enabled as well and make sure to run your game as standalone

Having the same issue on 4.13 - 4.15. Can’t figure out how to fix it.