UE4 Tips: Online Leaderboards

You guys wanted more UE4 Tips Tutorials so there you go! This time I will show you how to create Online Leaderboards where:

  • It’s done fully in Blueprints without C++ code,
  • You don’t need to have any server,

This solution is good for prototyping and getting scores of other players. If you are thinking about good leaderboard solution you would need to create your own server.

Continue reading