Skip to main content

Level Stat

The Level Stat is a Complex Stat that's automatically instanced when you call LoadDefaultValues() on your StatsComponent.
It can be used in SDV_Advanced Value Progressions and has some special functions.

Setting up a Level Stat

To add a Level Stat to your StatsComponent, add a Complex Stat to the Level Stat property in your LoadDefaultValues() function.

warning

Make sure that your Level Stat has a rounding method if you intend to use Value Progression in a SDV_Advanced row.

Since you probably won't be using a Multiplier for a Level Stat, you could use a Value Sets Manager with only one Regular Value Set.

note

The Level Stat will be automatically created when calling LoadDefaultValues() on the StatsComponent, so there's no need to add it in a Default Values Table.

Additional functions

In the functions browser of your StatsComponent, you can use functions to quickly access your Level Stat.

Creating a Leveling System

To create a Leveling System, you can follow this simple video guide.