Vinipi - Vinipi's Stats System

Documentation | Playable Demo | Example Project | Discord Server

Vinipi's Stats System provides a quick and easy way to manage stats in your game—whether it's health, shield, stamina, mana, or any other value that can be represented as a float.

Built in C++, the plugin features an Actor Component that can be added to any actor that needs stats—be it a character, an enemy, a tree, or anything else you can imagine.

Who is this plugin designer for?

This plugin is designed for anyone—from complete beginners to experienced developers—who wants a fast and easy way to add stats to their game.

Is it multiplayer ready?

Yes, the plugin is fully multiplayer-ready. It uses lightweight structs for fast replication and includes client-side prediction when modifying stats.

Can it be used in a full Blueprint project?

Yes, the entire plugin is designed to work seamlessly with both C++ and Blueprint-only projects.