cancel
Showing results for 
Search instead for 
Did you mean: 

OnSessionInviteAccepted delegate parameter InviteResult is invalid when game started from Home

BobScott
Protege
If I click on an invite in the Oculus windows application, the InviteResult passed to my delegate from FOnlineSessionOculus::OnRoomInviteAccepted is asserting as !IsValid when I try to pass it to JoinSession.

Note that if I have the game running and then accept the invite in Oculus Home, everything proceeds correctly (no assert).
2 REPLIES 2

brian_jew
Expert Protege
Hi BobScott,

Definitely sounds like a bug and we will look into this.  Is the FOnlineSessionSearchResult itself invalid?  Or is there no OwningUserId for the session or no SessionInfo?

BobScott
Protege
Hi Brian - actually I seem to have gotten past that error now.  Not sure what caused it in the first place, but it's not happening now.