B1SkillLevelInfo
- Defines the data for a single level of a skill, including required experience and associated scripts.
| Property | Type | Description | Metadata |
|---|---|---|---|
| ListKey | FString | The list key used to identify this level entry. | Category: B1SkillLevelInfo |
| Level | int32 | The numeric level this entry represents. | Category: B1SkillLevelInfo ClampMin: 0 |
| RequiredExp | float | The amount of experience required to reach this level. | Category: B1SkillLevelInfo ClampMin: 0 |
| StepStartScriptId | FName | The script ID executed when this growth step begins. | Category: B1SkillLevelInfo Foreign: Script_Skill.Id |
| StepCompleteScriptId | FName | The script ID executed when this growth step is completed. | Category: B1SkillLevelInfo Foreign: Script_Skill.Id |
| DescTextId | FString | The string table key for the description text of this level. | Category: B1SkillLevelInfo |
| LevelUpDisplayInfo | FB1LevelUpDisplayInfo | Display information shown in the level-up notification for this level. | Category: B1SkillLevelInfo |