How to add STEAM to your VR MULTIPLAYER Game & create a MAIN MENU | Unreal Engine 5 | Pt. 2
In this Video I will show you how to implement Steam to your VR Project and create a basic Main Menu for creating/joining Steam Sessions.
Discord: https://discord.gg/ERshBc39jX
Links:
Git: https://git-scm.com/downloads
Visual Studio: https://visualstudio.microsoft.com/de/vs/community/
VR Expansion Plugin: https://github.com/mordentral/VRExpansionPlugin
Steam Code Snippet:
[OnlineSubsystem]
DefaultPlatformService=Steam
[OnlineSubsystemSteam]
bEnabled=true
SteamDevAppId=480
SteamAppId=480
[OnlineSubsystemUtils.IpNetDriver]
NetConnectionClassName="OnlineSubsystemSteam.SteamNetConnection"