Multiplayer System

How could I make multiplayer system like quick game in clash royale
Anything could help
Thanks

Check at these videos.They will give you an overview of how to make a multiplayer system.

You mean steam support for the session finding or having dedicated servers?

I Have watch them already
They didn’t help me
This is for local multiplayer I want to make it online

I want to do like clash royale when you click battle then the game find an opponent but I don’t know how

  • My game will support Android platform only

To do that you’ll need a proper online subsystem implementation. These resources are what you need to do that:

Unreals online subsystem documentation:

https://forums.unrealengine.com/development-discussion/android-development/11061-google-play-setup#post11061

As for the actual online subsystem for android you will need to use Google Play Games:
Google documentation:

https://developers.google.com/games/services/android/turnbasedMultiplayer

Google Play subsystem for UE4 plugin
https://github.com/EpicGames/UnrealEngine/tree/e528f9f7fa161504dd629c3b390deac93650e43a/Engine/Plugins/Online/Android/OnlineSubsystemGooglePlay/Source

(Sign up with this guide to get access to it - GitHub - EpicGames/Signup: Information about signing up for a free Epic Games account, and getting access to UnrealEngine source code. )

Ok I will check them

Thank you very much