EOS Project Setup
Video Tutorial
Text Tutorial
Step 1 - Setting Config File Values
Go to your project folder, then Config folder and lastly open DefaultEngine.ini
[OnlineSubsystemEOS]
bEnabled=true
[OnlineSubsystem]
DefaultPlatformService=EOS
[/Script/OnlineSubsystemEOS.NetDriverEOS]
bIsUsingP2PSockets=true
[/Script/Engine.GameEngine]
!NetDriverDefinitions=ClearArray
+NetDriverDefinitions=(DefName="GameNetDriver",DriverClassName="OnlineSubsystemEOS.NetDriverEOS",DriverClassNameFallback="OnlineSubsystemUtils.IpNetDriver")
Now, copy the above values and paste it in your DefaultEngine config file.
Make sure, we have no dual entries for any config line.
Step 2 - Enabling plugins
If you bought the plugin from Marketplace (❤️ Thanks a lot if you did it), then add the plugin to your engine version and enable the plugin. 😄

You also need to enable Online Subsystem EOS (even if you are using Modified EOS Subsystem Plugin)

Step 3 - Setting up values
This is same as from the default settings so the values will be same.

Thank you!
Last updated