Skip to main content

StatsComponent

The StatsComponent is an Actor Component that owns Stats and provides functions to manipulate them.
It can be added to any Actor, and can be seen as a bridge between your Actor and your Stats.

While the StatsComponent initializes and manages Stats, it doesn't handle the list of Stats to add and their default values.
For this purpose, you'll need to use the Default Values Table. #