B1Skill
- Represents the runtime state of a skill for a character, including level, experience, and growth step.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Id | FName | The unique identifier of this skill. | Category: B1Skill |
| Level | int32 | The current level of this skill. | Category: B1Skill |
| Experience | float | The accumulated experience points for this skill. | Category: B1Skill |
| bIsLevelUpAtCurrentFrame | bool | Whether this skill leveled up during the current frame. | Category: B1Skill |
| UpdateExpTime | FDateTime | The timestamp of the last experience update. | Category: B1Skill |
| GrowthStep | EB1GrowthStep | The current growth step associated with this skill. | Category: B1Skill |