Skip to content

EtherealEngine/EE-Bridge-Unreal

Repository files navigation

Ethereal Engine Bridge - Unreal

INTRO VIDEO

Watch the video

https://www.youtube.com/watch?v=GbOpJRxkux8/

Unreal SDK XREngine Alpha

  • User Management API
  • Server Party Matchmaker
  • Unreal Game Server Lifecycle System
  • Unreal Blueprints XREngine SDK

CMS and marketplace services coming soon

EXAMPLE https://github.com/XRFoundation/XREngine-Bridge-Unreal-Example

Screenshot 2022-06-06 193750

Setup

This guide assumes you have a working linux dedicated server build of you game.

Preinstall Requirements

Containerizaiton details

Configuring gameserver

register a process with ENV VARS or Unreal executable arguments

https://docs.unrealengine.com/4.26/en-US/ProductionPipelines/CommandLineArguments/

TroveServer.exe IslandLobby.uproject /Trove/Maps/Island1?game=MyGameInfo?listen -lobbygame -server 127.0.0.1
TroveServer.exe IsleOfDeath.uproject /Trove/Maps/IsleOfDeathStart?game=MyGameInfo?listen -stakedgame -server 127.0.0.1

VaREST and wrapping the XREngine Web API

knowledge required: Learn REST APIs, OpenAPI, Header based http auth, Verbs:Get/Post/etc, paylods, json

image

Targeting support for 4.26 and 4.27

Trial implementations on epic games unreal examples for the XREngine bridge for Unreal

https://github.com/XRFoundation/XRE-Bridge-Unreal/

This bridge is wrapping OpenAPI endpoints presented by XREngine

https://api-dev.theoverlay.io/openapi/

This first requires a generated bearer token for API autorization. OAuth API app digestion with socpes is coming soon!

This can be found in the EnvVars of the XREngine cluster and in the XRE SQL Database

Screen Shot 2022-06-04 at 4 25 43 PM

Blueprints multiplayer Unreal reference

https://docs.unrealengine.com/4.27/en-US/InteractiveExperiences/Networking/Blueprints/

All K8 control plane systems can be access via rest calls to the local network of the gameserver, the functionality of Agones can be done via adding a node in Blueprints.

The XREngine matchmaker service exposes the default endopints for open match.

https://github.com/XRFoundation/XREngine/blob/dev/packages/ops/open-match/templates/01-open-match-core.yaml https://github.com/XRFoundation/XREngine/blob/dev/packages/ops/open-match/templates/07-open-match-default-evaluator.yaml

REST API local call access docs

https://open-match.dev/site/docs/guides/access/

This is a ticketing system to be placed into a lobby group and then into a gameserver. XREngine has API call examples of this

Match User Relation

https://github.com/XRFoundation/XREngine/blob/dev/packages/server-core/src/matchmaking/match-user/match-user.class.ts

Open Match Endpoint Reference

Match the ticket for an assignment

https://github.com/XRFoundation/XREngine/blob/dev/packages/server-core/src/matchmaking/match-ticket/match-ticket.class.ts

Match Gameserver Instance Relation

https://github.com/XRFoundation/XREngine/blob/dev/packages/server-core/src/matchmaking/match-instance/match-instance.class.ts

Get a ticket for assignment to a gameserver instance

https://github.com/XRFoundation/XREngine/blob/dev/packages/server-core/src/matchmaking/match-ticket-assignment/match-ticket-assignment.class.ts

Agones Actions

unreal_bp_actions

About

Unreal Engine to Ethereal Engine Backend Bridge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published