[PLUGIN] EpicLeaderboard.com online leaderboards for UE5

Copied Plugins, Licenses, Content and Config

http://epicleaderboard.com/login.php

unfortunately appears to be down :frowning:

EDIT: appears it was rate limited - my ip was blocked shortly thanks to accessing it too frequently it seems

Updated to 4.25
Added a clear all scores button to the website

To package a game in 4.25 it is now required that you have at least 1 C++ class in your project,

So if you are working in a BP only project just add a dummy C++ class, close UE4, delete Intermediate, Build and Binaries folders and reopen the project.

Hello. First of all thank you for such a plugin.

Sometimes I cannot connect to Leaderboard. Server crashes.
Is there a way to connect our own server or for example Playfab, Google Play, Firebase servers?

the server will ip ban for 1 hour if you submit scores to quickly, so if you have multiple leaderboards put a delay in between submitting to them,
other than that the server is always working and doesnt crash.

Thank you! that is good.

Hello JR4815, first - thanks a lot for an amazing plugin, works perfectly good! I have a small problem, my game is a platformer, when you need to finish the level as soon as possible and I have a timer in this format: mm:ss:mlmlml (01:59:213), accordingly - minutes:seconds:milliseconds. I noticed that I can’t submit this kind of format to the leaderboard. Is it a way to change this? May be through blueprints/C++? I hope it doesn’t require a whole change of sort algorithms. Thank you!

Up until v25 compliation of Plugin was successful, going forward to v26 am getting compilation errors :

Severity Code Description Project File Line Suppression State
Error (active) E0312 no suitable user-defined conversion from “TSharedRef<IHttpRequest, ESPMode::ThreadSafe>” to “TSharedRef<IHttpRequest, ESPMode::NotThreadSafe>” exists

JR4815 can you please provide asstistance? am not sure if the edit was actually the right solution

EDIT : added , ESPMode::ThreadSafe
on EpicLeaderboardObject.cpp Line 66 AND on 155 and compilation was successful

just wanne say that this is amazing but there seems to be a problem with the sign up, the activation mail doesn’t seem to get sent out. Checked spam folder for two days

Does anyone know about this? I added a button to my map. When I click this button, I want to go to the leaderboard map, but if there is no internet, don’t want to go there. How can I “get” if the Leaderboard is loaded or not or if the internet is available?

thanks for posting this! :slight_smile:

Please update for 4.26. I would be extremely grateful.

Same for me. Cheers.

2 Likes

How long does this delay needs to be?

I instantly get ip-banned when I try to get my leaderboard and after ~1 second try to add a score. Why does this happen? Is the delay to short?

I don’t even get a on success call.

Hello could someone share a link of version 4.24 pleasseeeeeeee

Can this plugin be used in a published game?

For those how have problem running this epic plugin in ue4.26 the solution is in this video

Thanks go to the video maker

did you solved?