Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
RatByteGames's avatar
RatByteGames
Explorer
6 years ago

EOS and Oculus?

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

Cheers

1 Reply

Replies have been turned off for this discussion
  • Anonymous's avatar
    Anonymous
    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-Social-Network-Plugin-(Facebook)=&viewfull=1#post606643

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