[quote=“JonathanArmstrong, post:2755, topic:30020”]
Thanks for the tip. I had an issue with The Create Sessions Advanced and Find Sessions Advanced instantly failing (triggering the “OnFailure” execution pin). This must be because I set my default platform service to Oculus OSS. I’m checking right now if changing back to Steam fixes it. In any case, it would be nice to have Oculus OSS as a host platform, as they won’t allow apps using steam OSS (developing an VR app, here).
*Just checked and that solved my issue. This line:
[OnlineSubsystem]
DefaultPlatformService = Oculus
Was changed to:
[OnlineSubsystem]
DefaultPlatformService = Steam
Yeah as you found out, nothing to do with the AS functions, they don’t alter back end subsystems, just a misconfiguration.