Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.51 KB

File metadata and controls

40 lines (23 loc) · 1.51 KB

XREngine-Bridge-Unreal-Example

Preinstall Requirements

Add Plugins

Screenshot 2022-06-06 193750

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/

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/