How can I get Epic Games Id?

I have seen many videos and answers to questions on how to get Steam Id, but there are none on how to get epic games Id. Does anyone know how to get it?

Hi @AMAND4.x!

Here is a handy link on exactly where to find your Epic ID:

What is an Epic Account ID and where can I find it?

What you will need to do is:

  1. Go to www.epicgames.com.
  2. Click on Sign-in in the top right corner.
  3. Sign into your Epic Games account.
  4. Hover over your Epic Games account name and click on Account.
  5. Your account ID is listed at the top of the Personal Details page.

I hope the above solution works for you!

in unreal engine?

Hi @AMAND4.x.

You need to use a web browser like Chrome, Firefox, etc. to go to the URL and sign in to your account.

Were you looking for something different? If so, could you elaborate more and what you are looking for specifically?

Any additional information will be a big help in finding what you are looking for!

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.