FB1StatDecayInfo
🧩 Struct: FB1StatDecayInfo¶
Defines decay behavior for a stat as it moves toward a goal value.
Properties¶
- Goal (
float
): The minimum threshold of a stat. - Value (
float
): Rate of decrease per second (positive or negative). - GoalScriptId (
FName
): Script executed when the goal is reached. (Foreign = "Script_Stat.Id")