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
  • Creating Server
  • Find Dedicated Server Session
  • Join Dedicated Server Session
  1. Sessions

Dedicated Server

PreviousJoin SessionsNextPlayer Storage

Last updated 2 years ago

Creating Server

This should be called on event init after a little initial delay so that subsystem has time to come up.

The settings should be that the isDedicatedServer check should be ticked to be true and and also on the Custom Settings, make a map with IsServer Tmap as shown in the image below.

Find Dedicated Server Session

Find dedicated server sessions is easy using EOS Integration Kit, it should be looking similar to the following code.

Join Dedicated Server Session

🤖