Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 1.04 KB

KnownLimitations.md

File metadata and controls

9 lines (9 loc) · 1.04 KB

Known Limitations

  • Session searches by user ID only search for local user ids
  • LAN Session searches are not supported
  • After a session search has completed the ping towards the server will always be -1
  • The OnlineUser Interface might not fill out every possible field for non owned users. From the EOS SDK documentation:

    Most of the information in the EOS_UserInfo structure will be empty for non-local users. This is to ensure that EOS does not provide personally identifiable information (PII) to other users. The DisplayName and UserId fields are the only ones the EOS SDK guarantees to populate.

  • OnlineUser::GetUserInfo() retrieves the preferred nickname for the requested user properly, but the underlying user type doesn't store it just yet.
  • Using the Identity interface with connect and the user account doesn't exist, the login will fail completely as there's currently no possibility to use continuance tokens in OSS.
  • The asynchronous login blueprint node doesn't support the changed identity interface. A fix is planned for version 0.3.