B1StatUIUpdateData
- Holds UI update data for a stat, including the current value, percentage, and remaining ticks.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Id | FName | The ID of the stat being updated in the UI. | |
| Value | float | The current numeric value of the stat. | |
| Percentage | float | The current value expressed as a percentage of the stat's range. | |
| RemainTicksToGoal | int64 | The number of ticks remaining until the stat reaches its goal. |