
Beschreibung
HF Stats is a code plugin for Unreal Engine 5 that helps you create and manage Stats in your projects.
The plugin is made in C++ but is designed to be used in Blueprints.
For a thorough representation of all of the features, you can visit the documentation.
Main features:
- Create a StatsComponent that you can add to any Actor. #
- Quickly create Stats and design their interactions (Health System, Leveling System, stats, attributes, etc.). #
- Stats can have a Value Sets Manager, allowing them to support heavy customization (values tied to IDs, to Gameplay Tags, Base/Multiplier values, etc.) to easily create your systems (Equipment, Perks, etc.). #
- Create and load Default Values and design archetypes. #
- Create Value Influences using String Operations by simply typing your operation (e.g. HealthMax = "{Constitution} * 10"). # #
- Preview how a modification on a Stat can affect the whole system using the Preview StatsComponent. #
- Use and customize built-in widgets to display your Stats. #
- Select how Stats are replicated. #
- & More.
Links:
- Documentation
- Play the demo
- Videos
- Discord (updates, discussion, request a feature, report a bug, etc.)




