►Check out my Unreal Engine courses right here: https://devaddict.teachable.com
Getting Steam multiplayer to work in your Unreal Engine 4 games can be quite troublesome. So in this video, I’ll show you how to create a very simple menu and server browser that works over the internet on Steam so you and a friend can connect and multiplayer! This is continuing the platformer game series, but you don’t need to be following that to learn how to set this up as I set it up from scratch. So you are free to use your own UE4 games to learn this stuff and get it up and running.
►Subscribe if you enjoy! https://www.youtube.com/channel/UCGxt9c_CREmnquHjPEknHYw?sub_confirmation=1
►Business Inquiries: devaddictiscringe@gmail.com
Advanced Sessions plugin: https://forums.unrealengine.com/community/community-content-tools-and-tutorials/41043-advanced-sessions-plugin
Put this in your DefaultEngine.ini file:
[/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 »
Source