EOS Integration Kit
  • 👋Welcome to EOS Integration Kit
  • EOS Project Setup
  • Modified EOS Subsystem Plugin
  • Authentication
    • with Account Portal
    • with Persistent Auth
    • with Epic Launcher
    • with DevTool
    • with Device ID
    • with Steam
    • with Google [Android]
    • Logout
  • Sessions
    • 📺Setup Video
    • Lobby Vs Sessions
    • Create Session
    • Create Lobby
    • Find Sessions and Lobbies
    • Destroy Sessions
    • Join Sessions
    • 🤖Dedicated Server
  • Storage
    • Player Storage
    • Title Storage
  • Statistics
    • Set Player Stats
    • Get Player Stats
  • Store
    • Get Store Items
    • Purchase Item
    • Get Owned Items
  • Extra Integrations
    • 👽PlayFab Integration
    • 🥰EOS Voice Integration Kit's Integration
  • Extra Functions
    • GetPlayerNickname
    • GetLoginStatus
    • Get UserUniqueID
    • Get ProductUserID
    • Get EpicID
  • Development Stage
    • 😌Implemented Features
Powered by GitBook
On this page
  • Step 1
  • Step 2
  • Step 3
  1. Extra Integrations

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.

PreviousGet Owned ItemsNextEOS Voice Integration Kit's Integration

Last updated 2 years ago

Step 1

Go to '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.

👽
PlayFab