I am using EOS, and in my game you have to log in with EOS in your Epic account and what I want is to get the Epic games id of all users who log in, for my SQL database, so I can save the game progress of each user, since the Epic games id is unique. It’s like this:
ISteamUser* SteamUserPtr = SteamUser();
return SteamUserPtr && SteamUserPtr->GetSteamID();
But I want it for epic games not for steam. And I don’t know how to get it. I would appreciate if someone could help me.