Moba Rank System

Above Constraints - Blueprints - Dec 6, 2021

A Blueprint Moba Ranking System With LP Score

  • Supported Platforms
  • Supported Engine Versions
    4.25 - 4.27, 5.0 - 5.3
  • Download Type
    Complete Project
    This product contains a full Unreal Engine project folder, complete with Config files, Content files and .uproject file, which can be used as a template to create a new project.

This is an LP Rank System that works like the one seen in popular moba games with an LP System, it is made all in blueprints and with a bit of extra effort it can be hooked to an API or a Database.

You can find how to get started with the project in the provided online documentation.

You can also find a video where i hook the project to a rest api, the Rank System also fit many other games not only Moba.


Price is now permanently reduced

Technical Details

Features:

  • Placements
  • Best of 5 Series
  • Best of 3 Series
  • Demotion/Promotion
  • Demotion Shield
  • Win & Lose Count
  • Rank up to Challenger
  • Promo Free Wins


Documentation: https://cibe.notion.site/Moba-Rank-System-34b0ee98fd82480b9ab98c9faa15eb88

Number of Blueprints: 1

Network Replicated: No

Supported Development Platforms: Tested on Windows.

Demonstration Video: https://www.youtube.com/watch?v=fSqIWYWObC8

Extra Info:

Some of the blueprints are commented with information on what's going on, you can add new ranks by adding them to the Ranks Enumerator, and icons array and successively add it to the Division 1 check list. This is all shown in a more detailed way in the documentation, demo icons shown in the documentation are provided in the project for testing.

All the main functions are conveniently stored in a library so they can be called anywhere and easily edited.