👽PlayFab Integration
Epic Online Services(EOS) is very powerful in many forms, specially sessions, voice etc, but it lacks at a few places, like cross-platform shop and also auto-scaling dedicated servers.
Step 1
Go to PlayFab's official website and create a account along and then create a title. After the title is created, copy the ID given on your product.

Step 2
Open up your Unreal Engine Project and then Go to Project Settings -> Plugins -> PlayFab

Change the Title ID to the ID you copied earlier.
Step 3
Go to your Plugin's folder inside the Source folder,

Open up the .build.cs

Change this false to true to enable PlayFab Integration.

Last updated