What is the easiest way to make Epic Account Services work in the game?

Hello,

Our OnlineSubsystemEOS plugin doesn’t support BP. I can provide you with some C++ code if you would like to try in C++. Otherwise, there are third party plugins you can use that integrate the EOS SDK and expose OSS functionality to Blueprints. Here are some you can use:

  1. Redpoint (the Blueprint plugin is paid)
  2. Advanced Sessions (free) and there is a Youtube video serie. Login video here.

The basic workflow you would do is:

  1. Login (via Identity Interface→AutoLogin or Identity Interface→Login)
  2. Wait for Login callback make sure you are succesfully logged in.
  3. When an achievement should be unlocked, call Achievement Interface → WriteAchievement.
  4. Wait for the callback and make sure the achievement was correctly unlocked.