Vinipi`s Stats System

Here you will find everything you need to know before buying and to implement the system into your own project in less than 10 minutes.

1 - What does the plugin do?

The plugin contains a custom actor component designed to handle stats and attributes in both single and multiplayer experiences, while giving you 100% freedom to customize the look and feel of your game and UI.

2 – What do I need to know to be able to use the plugin?

The most basic level of Blueprints knowledge is enough; everything can be done by following these docs.

3 – What is a stat?

A stat is essentially an attribute or level, defined by a Gameplay Tag and two floats—one for the current value and one for the maximum. In the example project, Health, Shield and Stamina are implemented as stats, but you can use the same system to represent any numeric value, such as player level or kill count.

Now that you have everything you need to get started, let the fun begin!

Last updated