cancel
Showing results for 
Search instead for 
Did you mean: 

EOS and Oculus?

RatByteGames
Explorer
Is it possible to use  EOS together with Oculus ? Have someone tried it before?

Cheers
1 REPLY 1

Anonymous
Not applicable
It should be possible based on this post
"The other issue is you cannot have multiple OnlineSubsystem

That's incorrect. When Josh and I did the refactor from UE3 -> UE4 we made sure that it was trivial to support many of them at the same time. It worked in UE3 too, but was much trickier. Now it's just a matter of requesting the one you want by name, Steam, Facebook, etc. There's a default that you configure but that isn't the only one you can have, just the default.

Here's some code:
Online::GetSubsystem(GetWorld(), NAME_Steam)...
Online::GetSubsystem(GetWorld(), NAME_GameCenter)...

https://forums.unrealengine.com/unreal-engine/marketplace/64606-social-network-plugin-facebook?92912...

Apologies if you already knew this and were just wondering if there were any conflicts. I haven't tried them together, yet.