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:
- Redpoint (the Blueprint plugin is paid)
- Advanced Sessions (free) and there is a Youtube video serie. Login video here.
The basic workflow you would do is:
- Login (via Identity Interface→AutoLogin or Identity Interface→Login)
- Wait for Login callback make sure you are succesfully logged in.
- When an achievement should be unlocked, call Achievement Interface → WriteAchievement.
- Wait for the callback and make sure the achievement was correctly unlocked.