[PLUGIN] EpicLeaderboard.com online leaderboards for UE5

Hey just one question how do you mean point 1 ?

Updated to 4.14

Hmm… What if I want to host the board on my own server/domain ?

Zero effort leaderboard hosting and management is one of the main features.
However, source code for the plugin is included, feel free to set up your own database / api / hosting and point to it.

Is it possible to fetch surrounding records ie submitted score is ranked #150 so fetch and display #140-160?

Wow this looks good.

Is this absolutely incompatible with 4.9? Is there any chance the 4.10 work would work?

I guess I might just have to update my project otherwise

is there any hope about Increasing player name characters limit?

This plugin looks so great, planning on incorporating it in my game. Is there a limit of how many players it can hold ? And do you plan on keeping it working for a long time ? Let’s say 2 years ?

This looks awesome but for some reason when i try to migrate the files to my project i get a compiling error.I’m using engine 4.12, I’ll show pictures below, please help.


Hey just wanted to let you know I was able to get it working on linux in Unreal 4.10 by changing EpicLeaderboardObject.cpp line 22 from


std::string clean = std::regex_replace(s, e, "");

to this -


std::string clean = std::regex_replace(s, e, std::string(""));

After that edit I was able to cross-compile for Linux. Might just be a 4.10 error that has been fixed, but maybe it helps someone.

Can I Get Submitted Date and Server Date in UE4
I Want to Show Submitted Date.

Is there any ETA for the 4.15 version?

i cant sign up —> error signing up

Now Fine , Thanks , nice work.

How many scores can store one leaderboard?

Updated to 4.15

Thanks I included your changes in the latest version

Right now there is no way to get the submitted date for every score using the public api,
we are working on a new version that will enable more flexibility though.

There is no cap on the number of scores stored for a leaderboard, we are however only returning the top 50 scores for display, you can easily remove unwanted scores (from testing etc.) in the online Dashboard.

Awesome plugin guys, and thanks for sharing!

Question: Is there a API or Embed code (Jave or IFrame,…) so I can include this on a games website that I can share with all the players ?

Hey, yes this is something I’m working on for the new release

For some reason, my last username doesn’t get highlighted. How to fix it? I connected it there, its uploading info, but no highlights, please help to fix it :slight_smile:

The highlighting is done using the last submitted username and is only done on the client, the server is not involved.
If you still want to show the correct highlight after a restart you can try storing the username in a savegame

This was an awesome plugin. I used it for my first project without any problem in 4.15. Just wish I could add an extra column of info.

Keep up the good work :slight_smile:

4.16

Hi, when are you going to upload the leaderboard for unreal 4.16? Awesome work by the way.