EOS Advanced Session

Example Project

A sample Unreal Engine project demonstrating EOS Advanced Session features and usage.
EOS ADVANCED SESSION (FAB Listing)

This example project demonstrates how to use the EOS Advanced Session plugin in a real Unreal Engine workflow.

It provides a simple Blueprint-based implementation showcasing:

  • EOS authentication
  • Session creation and discovery
  • Joining multiplayer sessions
  • Basic UI interaction flow

Download

You can download the example project here:


Download Demo Project

Demo Project (Google Drive)

Example Project

Coming soon! The example project will be available for download in the next few days. Stay tuned.

What This Example Shows

The project includes:

  • A minimal UI to host and find sessions
  • Blueprint logic for login and session flow
  • Practical usage of async nodes
  • A simple multiplayer test environment

This helps you understand how to integrate EOS features into your own project.


How to Use the Example

  1. Download and extract the project
  2. Open it with the supported Unreal Engine version
  3. Configure EOS credentials (see Setup & Configuration)
  4. Launch multiple instances for testing sessions
  5. Use the UI to host and join games

After exploring the example:

  • Integrate the Blueprint logic into your project
  • Customize filters and session properties
  • Expand the UI for your game flow

Notes

  • The example is intended for learning and integration reference.
  • You must configure EOS credentials before testing multiplayer features.

If you encounter issues, consult the Troubleshooting section.