EOS Advanced Session
Example Project
A sample Unreal Engine project demonstrating EOS Advanced Session features and usage.
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
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
- Download and extract the project
- Open it with the supported Unreal Engine version
- Configure EOS credentials (see Setup & Configuration)
- Launch multiple instances for testing sessions
- Use the UI to host and join games
Recommended Next Steps
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.