Preinstall Requirements
Add Plugins
- From asset store VaRest
- Add agones plugin folder - unreal or project folder
- Agones SDK w/ Unreal tools https://agones.dev/site/docs/guides/client-sdks/unreal/
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
Blueprints multiplayer Unreal reference
https://docs.unrealengine.com/4.27/en-US/InteractiveExperiences/Networking/Blueprints/
Modeled after an updated version of
https://www.unrealengine.com/marketplace/en-US/product/multiplayer-shootout https://docs.unrealengine.com/4.27/en-US/Basics/Projects/UIProjectConversion/
https://docs.unrealengine.com/4.27/en-US/Resources/Showcases/BlueprintMultiplayer/