Merge remote-tracking branch 'origin/main' into volumetrics

This commit is contained in:
MarcoHampel 2023-09-22 22:25:15 -04:00
commit e9fb0083b9
4 changed files with 31 additions and 4 deletions

View File

@ -205,3 +205,18 @@ ConnectionType=USBOnly
bUseManualIPAddress=False bUseManualIPAddress=False
ManualIPAddress= ManualIPAddress=
[/Script/Engine.GameEngine]
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemSteam.SteamNetDriver",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
[OnlineSubsystem]
DefaultPlatformService=Steam
[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480
; If using Sessions
; bInitServerOnClient=true
[/Script/OnlineSubsystemSteam.SteamNetDriver]
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"

View File

@ -17,6 +17,18 @@
"TargetAllowList": [ "TargetAllowList": [
"Editor" "Editor"
] ]
},
{
"Name": "OnlineSubsystemSteam",
"Enabled": true
},
{
"Name": "SteamController",
"Enabled": true
},
{
"Name": "SteamSockets",
"Enabled": true
} }
] ]
} }