Forum Discussion
RatByteGames
5 years agoExplorer
EOS and Oculus?
Is it possible to use EOS together with Oculus ? Have someone tried it before? Cheers
Anonymous
5 years agoIt 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)...
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.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 9 months ago
- 4 years ago
- 3 years ago