You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the first run, when setting the custom bUsesStats search parameter in the UpdateSessionSearchParameters method in OnlineSessionInterfaceEpic.cpp, the following line creates an EOS_InvalidParameters error: EOS_SessionSearch_SetParameter(eosSessionSearch, &eosParam);
In order to make the error more visible, I modified the line and added a check as follows:
Environment
Steps to reproduce
Expected behaviour
Return successful search with empty results.
Actual behaviour
On the first run, when setting the custom
bUsesStats
search parameter in theUpdateSessionSearchParameters
method inOnlineSessionInterfaceEpic.cpp
, the following line creates anEOS_InvalidParameters
error:EOS_SessionSearch_SetParameter(eosSessionSearch, &eosParam);
In order to make the error more visible, I modified the line and added a check as follows:
which gave the following log output:
LogOnlineSession: Warning: OSS: Cannot update search setting: bUsesStats - Error Code: EOS_InvalidParameters
The second time I call FindSessions, there is no error and the search completes successfully with empty results.
The text was updated successfully, but these errors were encountered: