So this wont work for 4.9.2 ?
And if, is there a way to downgrade my engine ?
And if, is there a way to downgrade my engine ?
// Client example FDelegateHandle Result; IOnlineSessionPtr SessionInt = GetSessionInt(); if (SessionInt.IsValid()) { Result = SessionInt->AddOnEndSessionCompleteDelegate_Handle(Delegate); SessionInt->EndSession(SessionName); } else { Delegate.ExecuteIfBound(SessionName, true); } return Result; }
Comment